#cba2bd
a light, soft magenta / pink · warm · closest name: Thistle
At a glance
Every number on this page in one read: what #cba2bd 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 | #cba2bd |
| RGB | rgb(203, 162, 189) |
| HSL | hsl(321, 28%, 72%) |
| CMYK | cmyk(0%, 20%, 7%, 20%) |
| LAB | lab(71.0 19.6 -8.1) |
| LCH | lch(71.0 21.2 337.5) |
| OKLCH | oklch(0.758 0.060 339.2) |
| Decimal | 13345469 |
| Display P3 | color(display-p3 0.796 0.635 0.741) |
Copy-ready code
/* CSS */
color: #cba2bd;
background-color: #cba2bd;
/* Tailwind (arbitrary) */
class="text-[#cba2bd] bg-[#cba2bd]"
/* SCSS */
$brand: #cba2bd;
/* SwiftUI */
Color(red: 0.796, green: 0.635, blue: 0.741)
/* Android */
Color.parseColor("#cba2bd")
/* Flutter */
Color(0xFFCBA2BD)
/* Python / OpenCV (BGR) */
(189, 162, 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. #cba2bd is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F6F8;
--brand-100: #F3ECF1;
--brand-200: #E6D6E0;
--brand-300: #D7B7CC;
--brand-400: #cba2bd;
--brand-500: #AF6F99;
--brand-600: #9D5885;
--brand-700: #83496F;
--brand-800: #693B59;
--brand-900: #4D2D42;
--brand-950: #301C29;
--brand: #cba2bd;
--brand-ink: #000000;
}Colors that work with #cba2bd
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 #cba2bd
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 | #A2CBB0 | Directly opposite — maximum tension | |
| Analogous left | #C5A2CB | Neighbour, quieter | |
| Analogous right | #CBA2A9 | Neighbour, quieter | |
| Split-complement 1 | #A9CBA2 | Contrast without the clash | |
| Split-complement 2 | #A2CBC5 | Contrast without the clash | |
| Triadic 1 | #BDCBA2 | Even thirds — balanced and loud | |
| Triadic 2 | #A2BDCB | Even thirds — balanced and loud | |
| Tetradic | #CBC5A2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cba2bd text on a black background
contrast 9.44:1
#cba2bd text on a white background
contrast 2.22:1
CSS3 live lab
The quick brown fox
color: #cba2bd;
background-color: #cba2bd;
Glowing headline
text-shadow: 2px 2px 8px #cba2bd;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 162, 189, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 162, 189, 0.45);
border: 3px solid #cba2bd; background: linear-gradient(135deg, #cba2bd, #CBA2A2);
Monochromatic scale
Palettes built from #cba2bd
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: Lilac (#c8a2c8) — ΔE2000 3.6 away, with its history, psychology and brand usage.
#cba2bd 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.
#cba2bd, answered
What color is #cba2bd?
#cba2bd is a light soft magenta / pink, closest to Thistle (ΔE2000 8). It sits at 321° on the hue wheel with 28% saturation and 72% lightness, which reads as warm.
What is the RGB value of #cba2bd?
rgb(203, 162, 189) — 203 red, 162 green and 189 blue out of 255, or 79.6% / 63.5% / 74.1% by channel.
Is #cba2bd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4221 and perceived brightness is 70%, so black text on it reaches 9.44:1.
Should I use black or white text on #cba2bd?
Black. It scores 9.44:1 against #cba2bd, versus 2.22:1 for white — AAA at any size.
What is the complementary color of #cba2bd?
#A2CBB0 sits directly opposite on the wheel. Softer options are the split-complements #A9CBA2 and #A2CBC5, which give the same contrast with far less vibration.
What colors go well with #cba2bd?
For interface work: #FAF5F8 as the surface, #E2CBDA for borders, #93527D for secondary text, #45874B as an accent and #522E45 for hover and pressed states. For a palette, the analogous pair #C5A2CB and #CBA2A9 stays calm, while #A2CBB0 is the loudest partner.
What is #cba2bd in CMYK for printing?
cmyk(0%, 20%, 7%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cba2bd warm or cool?
Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CBA2AE; nudged cooler, #CBA1CD.