#ccbbce
a light, soft magenta / pink · neutral · closest name: Thistle
At a glance
Every number on this page in one read: what #ccbbce 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 | #ccbbce |
| RGB | rgb(204, 187, 206) |
| HSL | hsl(294, 16%, 77%) |
| CMYK | cmyk(1%, 9%, 0%, 19%) |
| LAB | lab(77.8 9.4 -7.4) |
| LCH | lch(77.8 11.9 322.0) |
| OKLCH | oklch(0.812 0.032 322.6) |
| Decimal | 13417422 |
| Display P3 | color(display-p3 0.800 0.733 0.808) |
Copy-ready code
/* CSS */
color: #ccbbce;
background-color: #ccbbce;
/* Tailwind (arbitrary) */
class="text-[#ccbbce] bg-[#ccbbce]"
/* SCSS */
$brand: #ccbbce;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.808)
/* Android */
Color.parseColor("#ccbbce")
/* Flutter */
Color(0xFFCCBBCE)
/* Python / OpenCV (BGR) */
(206, 187, 204)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. #ccbbce is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8F6F8;
--brand-100: #F1EEF2;
--brand-200: #E2D9E3;
--brand-300: #ccbbce;
--brand-400: #B69DB8;
--brand-500: #9D7DA1;
--brand-600: #8A678E;
--brand-700: #735577;
--brand-800: #5C445F;
--brand-900: #443446;
--brand-950: #2B212C;
--brand: #ccbbce;
--brand-ink: #000000;
}Colors that work with #ccbbce
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 #ccbbce
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 | #BDCEBB | Directly opposite — maximum tension | |
| Analogous left | #C3BBCE | Neighbour, quieter | |
| Analogous right | #CEBBC7 | Neighbour, quieter | |
| Split-complement 1 | #C7CEBB | Contrast without the clash | |
| Split-complement 2 | #BBCEC3 | Contrast without the clash | |
| Triadic 1 | #CECCBB | Even thirds — balanced and loud | |
| Triadic 2 | #BBCECC | Even thirds — balanced and loud | |
| Tetradic | #CEC3BB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ccbbce text on a black background
contrast 11.57:1
#ccbbce text on a white background
contrast 1.82:1
CSS3 live lab
The quick brown fox
color: #ccbbce;
background-color: #ccbbce;
Glowing headline
text-shadow: 2px 2px 8px #ccbbce;
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(204, 187, 206, 0.45);
border: 3px solid #ccbbce; background: linear-gradient(135deg, #ccbbce, #CEBBC3);
Monochromatic scale
Palettes built from #ccbbce
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 3.6 away, with its history, psychology and brand usage.
#ccbbce 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.
#ccbbce, answered
What color is #ccbbce?
#ccbbce is a light soft magenta / pink, closest to Thistle (ΔE2000 3.6). It sits at 294° on the hue wheel with 16% saturation and 77% lightness, which reads as neutral.
What is the RGB value of #ccbbce?
rgb(204, 187, 206) — 204 red, 187 green and 206 blue out of 255, or 80% / 73.3% / 80.8% by channel.
Is #ccbbce a light or a dark color?
It is a light color. Relative luminance is 0.5283 and perceived brightness is 76%, so black text on it reaches 11.57:1.
Should I use black or white text on #ccbbce?
Black. It scores 11.57:1 against #ccbbce, versus 1.82:1 for white — AAA at any size.
What is the complementary color of #ccbbce?
#BDCEBB sits directly opposite on the wheel. Softer options are the split-complements #C7CEBB and #BBCEC3, which give the same contrast with far less vibration.
What colors go well with #ccbbce?
For interface work: #F8F6F9 as the surface, #DBD0DD for borders, #816085 for secondary text, #607A52 as an accent and #48354A for hover and pressed states. For a palette, the analogous pair #C3BBCE and #CEBBC7 stays calm, while #BDCEBB is the loudest partner.
What is #ccbbce in CMYK for printing?
cmyk(1%, 9%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ccbbce warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CEBBC9; nudged cooler, #C5BACF.