Skip to content

#ffc8e3

a pale, electric magenta / pink · warm · closest name: Pink

RGB
255, 200, 227
HSL
331°, 100%, 89%
CMYK
0, 22, 11, 0
Luminance
0.6811

At a glance

Every number on this page in one read: what #ffc8e3 is made of, how bright it looks, and which way it leans.

Hex
#ffc8e3
Hue
331°
magenta / pink
Saturation
100%
electric
Lightness
89%
pale
Brightness
100%
HSV value
Perceived
87%
weighted brightness
Luminance
0.6811
WCAG relative
Temperature
Warm
33/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
14.62:1
Closest name
Pink
ΔE2000 6.1
Where it sits
Hue331° of 360°
Saturation100%
Lightness89%
Temperature
Warm ← → Cool33% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#ffc8e3
RGBrgb(255, 200, 227)
HSLhsl(331, 100%, 89%)
CMYKcmyk(0%, 22%, 11%, 0%)
LABlab(86.1 23.7 -5.8)
LCHlch(86.1 24.4 346.1)
OKLCHoklch(0.889 0.071 347.6)
Decimal16763107
Display P3color(display-p3 1.000 0.784 0.890)

Copy-ready code

/* CSS */
color: #ffc8e3;
background-color: #ffc8e3;
/* Tailwind (arbitrary) */
class="text-[#ffc8e3] bg-[#ffc8e3]"
/* SCSS */
$brand: #ffc8e3;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.890)
/* Android */
Color.parseColor("#ffc8e3")
/* Flutter */
Color(0xFFFFC8E3)
/* Python / OpenCV (BGR) */
(227, 200, 255)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #ffc8e3 · 14.62:1
Use #000000AAA at every size.
Aa
White text · 1.44:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.62:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ffc8e3 as text scores 1.44:1 on white and 14.62:1 on black.

Accessibility — WCAG contrast

Aa
#ffc8e3 on white: 1.44:1
AA ✗ fail · AA-large · AAA
Aa
#ffc8e3 on black: 14.62:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CCD2E4
deuteranopia · #D8DBE2
tritanopia · #FFC7D1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ffc8e3 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FEF1F7
#FCE3EF
#ffc8e3
#FF8FC6
#FF57A9
#FF1F8D
#F50078
#CC0064
#A30050
#76053C
#490326
Base = 200Lightest = 50 · #FEF1F7Darkest = 950 · #490326
:root {
  --brand-50: #FEF1F7;
  --brand-100: #FCE3EF;
  --brand-200: #ffc8e3;
  --brand-300: #FF8FC6;
  --brand-400: #FF57A9;
  --brand-500: #FF1F8D;
  --brand-600: #F50078;
  --brand-700: #CC0064;
  --brand-800: #A30050;
  --brand-900: #76053C;
  --brand-950: #490326;
  --brand: #ffc8e3;
  --brand-ink: #000000;
}

Colors that work with #ffc8e3

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF4F7
Tinted page background
Border#EDC0D6
Hairlines and dividers
Muted text#9B4B72
Captions on the surface
Accent#00CC34
Second voice, not a rival
Dark variant#80003F
Hover, pressed, headers
Light variant#FFE5F2
Selected rows, tints
Dark surface#24141C
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #ffc8e3

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#C8FFE4
Analogous left#FFC8FF
Analogous right#FFC8C8
Split-complement 1#C8FFC8
Split-complement 2#C8FFFF
Triadic 1#E3FFC8
Triadic 2#C8E3FF
Tetradic#FFFFC8

RGB percentages

Red100.0%
Green78.4%
Blue89.0%

CMYK percentages

Cyan0.0%
Magenta21.6%
Yellow11.0%
Key (black)0.0%

Color previews

#ffc8e3 text on a black background

contrast 14.62:1

Card sample

#ffc8e3 text on a white background

contrast 1.44:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #ffc8e3;
Background color
Panel with #ffc8e3 background
background-color: #ffc8e3;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #ffc8e3;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(255, 200, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8e3;
background: linear-gradient(135deg, #ffc8e3, #FFD2C8);

Monochromatic scale

Palettes built from #ffc8e3

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#ffc8e3 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#ffc8e3, answered

What color is #ffc8e3?

#ffc8e3 is a pale electric magenta / pink, closest to Pink (ΔE2000 6.1). It sits at 331° on the hue wheel with 100% saturation and 89% lightness, which reads as warm.

What is the RGB value of #ffc8e3?

rgb(255, 200, 227) — 255 red, 200 green and 227 blue out of 255, or 100% / 78.4% / 89% by channel.

Is #ffc8e3 a light or a dark color?

It is a light color. Relative luminance is 0.6811 and perceived brightness is 87%, so black text on it reaches 14.62:1.

Should I use black or white text on #ffc8e3?

Black. It scores 14.62:1 against #ffc8e3, versus 1.44:1 for white — AAA at any size.

What is the complementary color of #ffc8e3?

#C8FFE4 sits directly opposite on the wheel. Softer options are the split-complements #C8FFC8 and #C8FFFF, which give the same contrast with far less vibration.

What colors go well with #ffc8e3?

For interface work: #FAF4F7 as the surface, #EDC0D6 for borders, #9B4B72 for secondary text, #00CC34 as an accent and #80003F for hover and pressed states. For a palette, the analogous pair #FFC8FF and #FFC8C8 stays calm, while #C8FFE4 is the loudest partner.

What is #ffc8e3 in CMYK for printing?

cmyk(0%, 22%, 11%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #ffc8e3 warm or cool?

Warm — it scores 33 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFC8CF; nudged cooler, #FFC8F7.

Work with #ffc8e3 in the Color Lab