Skip to main content

Lavender Rose

#EF8FDA

Lavender Rose is a warm light color with the hex code #EF8FDA. This vibrant hue can be represented as RGB 239, 143, 218 in digital design or CMYK 0%, 40%, 9%, 6% for print applications. Find matching Pantone color.

Lavender Rose color values

HEX
#EF8FDA
RGB
239, 143, 218
HSL
313°, 75%, 75%
CMYK
0, 40, 9, 6

About this color

Lavender Rose sits at 313° on the color wheel with 75% saturation and 75% lightness, placing it in the violet-magenta segment of the spectrum. At 75% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Lavender Rose is rendered as rgb(239, 143, 218), where the red channel dominates at 239, though the other channels keep the hue balanced. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Lavender Rose translates to a CMYK breakdown of 0C 40M 9Y 6K. The low-to-moderate black value (6%) means the color's character in print comes primarily from its magenta ink content (40%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Lavender Rose

CSS Variable

:root {
  --brand-primary: #EF8FDA;
  --brand-primary-rgb: 239, 143, 218;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#EF8FDA',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 40%
Y: 9%
K: 6%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(239, 143, 218)
rgba(239, 143, 218, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using similar hue

2 brand s with colors near 313° on the color wheel

Frequently asked questions

What color is #EF8FDA?
#EF8FDA is Lavender Rose, a warm light color with RGB values of 239, 143, 218. It has a hue of 313°, 75% saturation, and 75% lightness in the HSL color space.
What is the RGB value of #EF8FDA?
The RGB color code for #EF8FDA is rgb(239, 143, 218). This means it contains 239 red, 143 green, and 218 blue in the RGB color model.
Is Lavender Rose a warm or cool color?
Lavender Rose (#EF8FDA) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #EF8FDA in CSS?
You can use #EF8FDA in CSS with: background-color: #EF8FDA; or color: #EF8FDA; or as an RGB value: rgb(239, 143, 218). For print design, use CMYK: 0%, 40%, 9%, 6%.