#cdbdd2
a light, soft violet · neutral · closest name: Thistle
At a glance
Every number on this page in one read: what #cdbdd2 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 | #cdbdd2 |
| RGB | rgb(205, 189, 210) |
| HSL | hsl(286, 19%, 78%) |
| CMYK | cmyk(2%, 10%, 0%, 18%) |
| LAB | lab(78.5 9.4 -8.5) |
| LCH | lch(78.5 12.7 318.1) |
| OKLCH | oklch(0.818 0.034 318.1) |
| Decimal | 13483474 |
| Display P3 | color(display-p3 0.804 0.741 0.824) |
Copy-ready code
/* CSS */
color: #cdbdd2;
background-color: #cdbdd2;
/* Tailwind (arbitrary) */
class="text-[#cdbdd2] bg-[#cdbdd2]"
/* SCSS */
$brand: #cdbdd2;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.824)
/* Android */
Color.parseColor("#cdbdd2")
/* Flutter */
Color(0xFFCDBDD2)
/* Python / OpenCV (BGR) */
(210, 189, 205)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. #cdbdd2 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: #F1EDF2;
--brand-200: #E1D8E3;
--brand-300: #cdbdd2;
--brand-400: #B39BBB;
--brand-500: #9A7AA4;
--brand-600: #876392;
--brand-700: #705379;
--brand-800: #5A4261;
--brand-900: #433348;
--brand-950: #2A202D;
--brand: #cdbdd2;
--brand-ink: #000000;
}Colors that work with #cdbdd2
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 #cdbdd2
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 | #C2D2BD | Directly opposite — maximum tension | |
| Analogous left | #C2BDD2 | Neighbour, quieter | |
| Analogous right | #D2BDCC | Neighbour, quieter | |
| Split-complement 1 | #CCD2BD | Contrast without the clash | |
| Split-complement 2 | #BDD2C2 | Contrast without the clash | |
| Triadic 1 | #D2CDBD | Even thirds — balanced and loud | |
| Triadic 2 | #BDD2CD | Even thirds — balanced and loud | |
| Tetradic | #D2C2BD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cdbdd2 text on a black background
contrast 11.81:1
#cdbdd2 text on a white background
contrast 1.78:1
CSS3 live lab
The quick brown fox
color: #cdbdd2;
background-color: #cdbdd2;
Glowing headline
text-shadow: 2px 2px 8px #cdbdd2;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 210, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 189, 210, 0.45);
border: 3px solid #cdbdd2; background: linear-gradient(135deg, #cdbdd2, #D2BDC9);
Monochromatic scale
Palettes built from #cdbdd2
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.3 away, with its history, psychology and brand usage.
#cdbdd2 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.
#cdbdd2, answered
What color is #cdbdd2?
#cdbdd2 is a light soft violet, closest to Thistle (ΔE2000 3.3). It sits at 286° on the hue wheel with 19% saturation and 78% lightness, which reads as neutral.
What is the RGB value of #cdbdd2?
rgb(205, 189, 210) — 205 red, 189 green and 210 blue out of 255, or 80.4% / 74.1% / 82.4% by channel.
Is #cdbdd2 a light or a dark color?
It is a light color. Relative luminance is 0.5403 and perceived brightness is 77%, so black text on it reaches 11.81:1.
Should I use black or white text on #cdbdd2?
Black. It scores 11.81:1 against #cdbdd2, versus 1.78:1 for white — AAA at any size.
What is the complementary color of #cdbdd2?
#C2D2BD sits directly opposite on the wheel. Softer options are the split-complements #CCD2BD and #BDD2C2, which give the same contrast with far less vibration.
What colors go well with #cdbdd2?
For interface work: #F8F6F9 as the surface, #DACEDE for borders, #7E5D88 for secondary text, #657D4F as an accent and #46344C for hover and pressed states. For a palette, the analogous pair #C2BDD2 and #D2BDCC stays calm, while #C2D2BD is the loudest partner.
What is #cdbdd2 in CMYK for printing?
cmyk(2%, 10%, 0%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cdbdd2 warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D2BDCF; nudged cooler, #C5BCD3.