#cf8ba8
a light, soft magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #cf8ba8 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 | #cf8ba8 |
| RGB | rgb(207, 139, 168) |
| HSL | hsl(334, 42%, 68%) |
| CMYK | cmyk(0%, 33%, 19%, 19%) |
| LAB | lab(65.4 30.1 -4.7) |
| LCH | lch(65.4 30.4 351.2) |
| OKLCH | oklch(0.713 0.090 352.4) |
| Decimal | 13601704 |
| Display P3 | color(display-p3 0.812 0.545 0.659) |
Copy-ready code
/* CSS */
color: #cf8ba8;
background-color: #cf8ba8;
/* Tailwind (arbitrary) */
class="text-[#cf8ba8] bg-[#cf8ba8]"
/* SCSS */
$brand: #cf8ba8;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.659)
/* Android */
Color.parseColor("#cf8ba8")
/* Flutter */
Color(0xFFCF8BA8)
/* Python / OpenCV (BGR) */
(168, 139, 207)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. #cf8ba8 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: #FAF5F7;
--brand-100: #F5EBEF;
--brand-200: #EAD2DC;
--brand-300: #DEB0C3;
--brand-400: #cf8ba8;
--brand-500: #BD6088;
--brand-600: #AD4873;
--brand-700: #903C60;
--brand-800: #73304D;
--brand-900: #55263A;
--brand-950: #351824;
--brand: #cf8ba8;
--brand-ink: #000000;
}Colors that work with #cf8ba8
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 #cf8ba8
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 | #8BCFB2 | Directly opposite — maximum tension | |
| Analogous left | #CF8BCA | Neighbour, quieter | |
| Analogous right | #CF908B | Neighbour, quieter | |
| Split-complement 1 | #8BCF90 | Contrast without the clash | |
| Split-complement 2 | #8BCACF | Contrast without the clash | |
| Triadic 1 | #A8CF8B | Even thirds — balanced and loud | |
| Triadic 2 | #8BA8CF | Even thirds — balanced and loud | |
| Tetradic | #CACF8B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf8ba8 text on a black background
contrast 7.91:1
#cf8ba8 text on a white background
contrast 2.65:1
CSS3 live lab
The quick brown fox
color: #cf8ba8;
background-color: #cf8ba8;
Glowing headline
text-shadow: 2px 2px 8px #cf8ba8;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 168, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 139, 168, 0.45);
border: 3px solid #cf8ba8; background: linear-gradient(135deg, #cf8ba8, #CF9B8B);
Monochromatic scale
Palettes built from #cf8ba8
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: Flamingo (#fc8eac) — ΔE2000 8.5 away, with its history, psychology and brand usage.
#cf8ba8 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.
#cf8ba8, answered
What color is #cf8ba8?
#cf8ba8 is a light soft magenta / pink, closest to Pale Violet Red (ΔE2000 7.7). It sits at 334° on the hue wheel with 42% saturation and 68% lightness, which reads as warm.
What is the RGB value of #cf8ba8?
rgb(207, 139, 168) — 207 red, 139 green and 168 blue out of 255, or 81.2% / 54.5% / 65.9% by channel.
Is #cf8ba8 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3456 and perceived brightness is 65%, so black text on it reaches 7.91:1.
Should I use black or white text on #cf8ba8?
Black. It scores 7.91:1 against #cf8ba8, versus 2.65:1 for white — AAA at any size.
What is the complementary color of #cf8ba8?
#8BCFB2 sits directly opposite on the wheel. Softer options are the split-complements #8BCF90 and #8BCACF, which give the same contrast with far less vibration.
What colors go well with #cf8ba8?
For interface work: #FAF4F7 as the surface, #E7C5D4 for borders, #9B4B6D for secondary text, #389456 as an accent and #5A253C for hover and pressed states. For a palette, the analogous pair #CF8BCA and #CF908B stays calm, while #8BCFB2 is the loudest partner.
What is #cf8ba8 in CMYK for printing?
cmyk(0%, 33%, 19%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf8ba8 warm or cool?
Warm — it scores 31 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF8B8F; nudged cooler, #D189C2.