#eccceb
a pale, vivid magenta / pink · neutral · closest name: Thistle
At a glance
Every number on this page in one read: what #eccceb is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #eccceb |
| RGB | rgb(236, 204, 235) |
| HSL | hsl(302, 46%, 86%) |
| CMYK | cmyk(0%, 14%, 0%, 8%) |
| LAB | lab(85.5 16.5 -11.1) |
| LCH | lch(85.5 19.9 326.0) |
| OKLCH | oklch(0.881 0.054 327.0) |
| Decimal | 15518955 |
| Display P3 | color(display-p3 0.925 0.800 0.922) |
Copy-ready code
/* CSS */
color: #eccceb;
background-color: #eccceb;
/* Tailwind (arbitrary) */
class="text-[#eccceb] bg-[#eccceb]"
/* SCSS */
$brand: #eccceb;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#eccceb")
/* Flutter */
Color(0xFFECCCEB)
/* Python / OpenCV (BGR) */
(235, 204, 236)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. #eccceb 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.
:root {
--brand-50: #FAF5FA;
--brand-100: #F5EAF5;
--brand-200: #eccceb;
--brand-300: #E1ADDF;
--brand-400: #D184CF;
--brand-500: #C25CBF;
--brand-600: #B242AF;
--brand-700: #953792;
--brand-800: #772C75;
--brand-900: #572355;
--brand-950: #361635;
--brand: #eccceb;
--brand-ink: #000000;
}Colors that work with #eccceb
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 #eccceb
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #CCECCD | Directly opposite — maximum tension | |
| Analogous left | #DDCCEC | Neighbour, quieter | |
| Analogous right | #ECCCDB | Neighbour, quieter | |
| Split-complement 1 | #DBECCC | Contrast without the clash | |
| Split-complement 2 | #CCECDD | Contrast without the clash | |
| Triadic 1 | #EBECCC | Even thirds — balanced and loud | |
| Triadic 2 | #CCEBEC | Even thirds — balanced and loud | |
| Tetradic | #ECDDCC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eccceb text on a black background
contrast 14.40:1
#eccceb text on a white background
contrast 1.46:1
CSS3 live lab
The quick brown fox
color: #eccceb;
background-color: #eccceb;
Glowing headline
text-shadow: 2px 2px 8px #eccceb;
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 235, 0.45);
box-shadow: 0 12px 32px -8px rgba(236, 204, 235, 0.45);
border: 3px solid #eccceb; background: linear-gradient(135deg, #eccceb, #ECCCD6);
Monochromatic scale
Palettes built from #eccceb
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: Thistle (#d8bfd8) — ΔE2000 4.4 away, with its history, psychology and brand usage.
#eccceb in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Very light tints can drop out on uncoated stock; check it at 100% size before signing off.
#eccceb, answered
What color is #eccceb?
#eccceb is a pale vivid magenta / pink, closest to Thistle (ΔE2000 4.4). It sits at 302° on the hue wheel with 46% saturation and 86% lightness, which reads as neutral.
What is the RGB value of #eccceb?
rgb(236, 204, 235) — 236 red, 204 green and 235 blue out of 255, or 92.5% / 80% / 92.2% by channel.
Is #eccceb a light or a dark color?
It is a light color. Relative luminance is 0.6702 and perceived brightness is 85%, so black text on it reaches 14.40:1.
Should I use black or white text on #eccceb?
Black. It scores 14.40:1 against #eccceb, versus 1.46:1 for white — AAA at any size.
What is the complementary color of #eccceb?
#CCECCD sits directly opposite on the wheel. Softer options are the split-complements #DBECCC and #CCECDD, which give the same contrast with far less vibration.
What colors go well with #eccceb?
For interface work: #FAF4FA as the surface, #E9C4E8 for borders, #9B4B98 for secondary text, #499834 as an accent and #5D235B for hover and pressed states. For a palette, the analogous pair #DDCCEC and #ECCCDB stays calm, while #CCECCD is the loudest partner.
What is #eccceb in CMYK for printing?
cmyk(0%, 14%, 0%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #eccceb warm or cool?
Neutral — it scores 49 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ECCCDF; nudged cooler, #E2CBED.