#ce9da4
a light, soft red · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #ce9da4 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ce9da4 |
| RGB | rgb(206, 157, 164) |
| HSL | hsl(351, 33%, 71%) |
| CMYK | cmyk(0%, 24%, 20%, 19%) |
| LAB | lab(69.4 19.3 3.4) |
| LCH | lch(69.4 19.6 10.1) |
| OKLCH | oklch(0.744 0.059 9.0) |
| Decimal | 13540772 |
| Display P3 | color(display-p3 0.808 0.616 0.643) |
Copy-ready code
/* CSS */
color: #ce9da4;
background-color: #ce9da4;
/* Tailwind (arbitrary) */
class="text-[#ce9da4] bg-[#ce9da4]"
/* SCSS */
$brand: #ce9da4;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.643)
/* Android */
Color.parseColor("#ce9da4")
/* Flutter */
Color(0xFFCE9DA4)
/* Python / OpenCV (BGR) */
(164, 157, 206)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ce9da4 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F5F6;
--brand-100: #F4ECED;
--brand-200: #E8D4D7;
--brand-300: #DAB4BA;
--brand-400: #ce9da4;
--brand-500: #B46974;
--brand-600: #A3525D;
--brand-700: #88444E;
--brand-800: #6D363E;
--brand-900: #502A30;
--brand-950: #321B1E;
--brand: #ce9da4;
--brand-ink: #000000;
}Colors that work with #ce9da4
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ce9da4
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #9DCEC7 | Directly opposite — maximum tension | |
| Analogous left | #CE9DBD | Neighbour, quieter | |
| Analogous right | #CEAF9D | Neighbour, quieter | |
| Split-complement 1 | #9DCEAF | Contrast without the clash | |
| Split-complement 2 | #9DBDCE | Contrast without the clash | |
| Triadic 1 | #A4CE9D | Even thirds — balanced and loud | |
| Triadic 2 | #9DA4CE | Even thirds — balanced and loud | |
| Tetradic | #BDCE9D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ce9da4 text on a black background
contrast 8.98:1
#ce9da4 text on a white background
contrast 2.34:1
CSS3 live lab
The quick brown fox
color: #ce9da4;
background-color: #ce9da4;
Glowing headline
text-shadow: 2px 2px 8px #ce9da4;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 164, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 157, 164, 0.45);
border: 3px solid #ce9da4; background: linear-gradient(135deg, #ce9da4, #CEB79D);
Monochromatic scale
Palettes built from #ce9da4
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.
Closest color with a full write-up: Pink (#ffc0cb) — ΔE2000 10.6 away, with its history, psychology and brand usage.
#ce9da4 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#ce9da4, answered
What color is #ce9da4?
#ce9da4 is a light soft red, closest to Rosy Brown (ΔE2000 5.5). It sits at 351° on the hue wheel with 33% saturation and 71% lightness, which reads as warm.
What is the RGB value of #ce9da4?
rgb(206, 157, 164) — 206 red, 157 green and 164 blue out of 255, or 80.8% / 61.6% / 64.3% by channel.
Is #ce9da4 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3992 and perceived brightness is 68%, so black text on it reaches 8.98:1.
Should I use black or white text on #ce9da4?
Black. It scores 8.98:1 against #ce9da4, versus 2.34:1 for white — AAA at any size.
What is the complementary color of #ce9da4?
#9DCEC7 sits directly opposite on the wheel. Softer options are the split-complements #9DCEAF and #9DBDCE, which give the same contrast with far less vibration.
What colors go well with #ce9da4?
For interface work: #FAF5F6 as the surface, #E4C9CD for borders, #994D57 for secondary text, #408C6E as an accent and #552B31 for hover and pressed states. For a palette, the analogous pair #CE9DBD and #CEAF9D stays calm, while #9DCEC7 is the loudest partner.
What is #ce9da4 in CMYK for printing?
cmyk(0%, 24%, 20%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ce9da4 warm or cool?
Warm — it scores 23 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CEA89D; nudged cooler, #CF9CB6.