#cdade8
a light, vivid violet · cool · closest name: Plum
At a glance
Every number on this page in one read: what #cdade8 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #cdade8 |
| RGB | rgb(205, 173, 232) |
| HSL | hsl(273, 56%, 79%) |
| CMYK | cmyk(12%, 25%, 0%, 9%) |
| LAB | lab(75.3 22.5 -25.2) |
| LCH | lch(75.3 33.8 311.7) |
| OKLCH | oklch(0.795 0.089 309.1) |
| Decimal | 13479400 |
| Display P3 | color(display-p3 0.804 0.678 0.910) |
Copy-ready code
/* CSS */
color: #cdade8;
background-color: #cdade8;
/* Tailwind (arbitrary) */
class="text-[#cdade8] bg-[#cdade8]"
/* SCSS */
$brand: #cdade8;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.910)
/* Android */
Color.parseColor("#cdade8")
/* Flutter */
Color(0xFFCDADE8)
/* Python / OpenCV (BGR) */
(232, 173, 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. #cdade8 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: #F8F4FB;
--brand-100: #F0E9F6;
--brand-200: #DFCDEE;
--brand-300: #cdade8;
--brand-400: #AF7CDA;
--brand-500: #9450CE;
--brand-600: #8036BF;
--brand-700: #6B2D9F;
--brand-800: #55247F;
--brand-900: #401E5D;
--brand-950: #28123A;
--brand: #cdade8;
--brand-ink: #000000;
}Colors that work with #cdade8
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 #cdade8
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 | #C8E8AD | Directly opposite — maximum tension | |
| Analogous left | #AFADE8 | Neighbour, quieter | |
| Analogous right | #E8ADE6 | Neighbour, quieter | |
| Split-complement 1 | #E6E8AD | Contrast without the clash | |
| Split-complement 2 | #ADE8AF | Contrast without the clash | |
| Triadic 1 | #E8CDAD | Even thirds — balanced and loud | |
| Triadic 2 | #ADE8CD | Even thirds — balanced and loud | |
| Tetradic | #E8AFAD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cdade8 text on a black background
contrast 10.74:1
#cdade8 text on a white background
contrast 1.96:1
CSS3 live lab
The quick brown fox
color: #cdade8;
background-color: #cdade8;
Glowing headline
text-shadow: 2px 2px 8px #cdade8;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 232, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 173, 232, 0.45);
border: 3px solid #cdade8; background: linear-gradient(135deg, #cdade8, #E8ADDC);
Monochromatic scale
Palettes built from #cdade8
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: Mauve (#e0b0ff) — ΔE2000 4.8 away, with its history, psychology and brand usage.
#cdade8 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.
#cdade8, answered
What color is #cdade8?
#cdade8 is a light vivid violet, closest to Plum (ΔE2000 6.3). It sits at 273° on the hue wheel with 56% saturation and 79% lightness, which reads as cool.
What is the RGB value of #cdade8?
rgb(205, 173, 232) — 205 red, 173 green and 232 blue out of 255, or 80.4% / 67.8% / 91% by channel.
Is #cdade8 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4869 and perceived brightness is 75%, so black text on it reaches 10.74:1.
Should I use black or white text on #cdade8?
Black. It scores 10.74:1 against #cdade8, versus 1.96:1 for white — AAA at any size.
What is the complementary color of #cdade8?
#C8E8AD sits directly opposite on the wheel. Softer options are the split-complements #E6E8AD and #ADE8AF, which give the same contrast with far less vibration.
What colors go well with #cdade8?
For interface work: #F8F4FA as the surface, #D8C0ED for borders, #764B9B for secondary text, #80A329 as an accent and #431C64 for hover and pressed states. For a palette, the analogous pair #AFADE8 and #E8ADE6 stays calm, while #C8E8AD is the loudest partner.
What is #cdade8 in CMYK for printing?
cmyk(12%, 25%, 0%, 9%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cdade8 warm or cool?
Cool — it scores 65 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E3ADE8; nudged cooler, #B7ACE9.