#cbacb2
a light, soft red · warm · closest name: Thistle
At a glance
Every number on this page in one read: what #cbacb2 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 | #cbacb2 |
| RGB | rgb(203, 172, 178) |
| HSL | hsl(348, 23%, 74%) |
| CMYK | cmyk(0%, 15%, 12%, 20%) |
| LAB | lab(73.2 12.2 1.1) |
| LCH | lch(73.2 12.3 5.2) |
| OKLCH | oklch(0.773 0.037 4.9) |
| Decimal | 13348018 |
| Display P3 | color(display-p3 0.796 0.675 0.698) |
Copy-ready code
/* CSS */
color: #cbacb2;
background-color: #cbacb2;
/* Tailwind (arbitrary) */
class="text-[#cbacb2] bg-[#cbacb2]"
/* SCSS */
$brand: #cbacb2;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#cbacb2")
/* Flutter */
Color(0xFFCBACB2)
/* Python / OpenCV (BGR) */
(178, 172, 203)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. #cbacb2 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: #F9F6F7;
--brand-100: #F2EDEE;
--brand-200: #E5D7DA;
--brand-300: #cbacb2;
--brand-400: #BE979F;
--brand-500: #A9757F;
--brand-600: #975E69;
--brand-700: #7D4F58;
--brand-800: #643F46;
--brand-900: #4A3035;
--brand-950: #2E1E21;
--brand: #cbacb2;
--brand-ink: #000000;
}Colors that work with #cbacb2
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 #cbacb2
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 | #ACCBC5 | Directly opposite — maximum tension | |
| Analogous left | #CBACC1 | Neighbour, quieter | |
| Analogous right | #CBB5AC | Neighbour, quieter | |
| Split-complement 1 | #ACCBB5 | Contrast without the clash | |
| Split-complement 2 | #ACC1CB | Contrast without the clash | |
| Triadic 1 | #B2CBAC | Even thirds — balanced and loud | |
| Triadic 2 | #ACB2CB | Even thirds — balanced and loud | |
| Tetradic | #C1CBAC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cbacb2 text on a black background
contrast 10.08:1
#cbacb2 text on a white background
contrast 2.08:1
CSS3 live lab
The quick brown fox
color: #cbacb2;
background-color: #cbacb2;
Glowing headline
text-shadow: 2px 2px 8px #cbacb2;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 178, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 172, 178, 0.45);
border: 3px solid #cbacb2; background: linear-gradient(135deg, #cbacb2, #CBBBAC);
Monochromatic scale
Palettes built from #cbacb2
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 8.7 away, with its history, psychology and brand usage.
#cbacb2 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.
#cbacb2, answered
What color is #cbacb2?
#cbacb2 is a light soft red, closest to Thistle (ΔE2000 8.7). It sits at 348° on the hue wheel with 23% saturation and 74% lightness, which reads as warm.
What is the RGB value of #cbacb2?
rgb(203, 172, 178) — 203 red, 172 green and 178 blue out of 255, or 79.6% / 67.5% / 69.8% by channel.
Is #cbacb2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4542 and perceived brightness is 72%, so black text on it reaches 10.08:1.
Should I use black or white text on #cbacb2?
Black. It scores 10.08:1 against #cbacb2, versus 2.08:1 for white — AAA at any size.
What is the complementary color of #cbacb2?
#ACCBC5 sits directly opposite on the wheel. Softer options are the split-complements #ACCBB5 and #ACC1CB, which give the same contrast with far less vibration.
What colors go well with #cbacb2?
For interface work: #F9F6F6 as the surface, #E0CDD0 for borders, #8D5863 for secondary text, #4A8268 as an accent and #4E3137 for hover and pressed states. For a palette, the analogous pair #CBACC1 and #CBB5AC stays calm, while #ACCBC5 is the loudest partner.
What is #cbacb2 in CMYK for printing?
cmyk(0%, 15%, 12%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cbacb2 warm or cool?
Warm — it scores 32 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CBB1AC; nudged cooler, #CCABBD.