#cf90ab
a light, soft magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #cf90ab 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 | #cf90ab |
| RGB | rgb(207, 144, 171) |
| HSL | hsl(334, 40%, 69%) |
| CMYK | cmyk(0%, 30%, 17%, 19%) |
| LAB | lab(66.6 27.8 -4.5) |
| LCH | lch(66.6 28.2 350.8) |
| OKLCH | oklch(0.723 0.084 352.0) |
| Decimal | 13602987 |
| Display P3 | color(display-p3 0.812 0.565 0.671) |
Copy-ready code
/* CSS */
color: #cf90ab;
background-color: #cf90ab;
/* Tailwind (arbitrary) */
class="text-[#cf90ab] bg-[#cf90ab]"
/* SCSS */
$brand: #cf90ab;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.671)
/* Android */
Color.parseColor("#cf90ab")
/* Flutter */
Color(0xFFCF90AB)
/* Python / OpenCV (BGR) */
(171, 144, 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. #cf90ab 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: #F4EBEF;
--brand-200: #E9D2DC;
--brand-300: #DDB1C4;
--brand-400: #cf90ab;
--brand-500: #BB6288;
--brand-600: #AB4A73;
--brand-700: #8E3E60;
--brand-800: #72314D;
--brand-900: #53273A;
--brand-950: #341824;
--brand: #cf90ab;
--brand-ink: #000000;
}Colors that work with #cf90ab
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 #cf90ab
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 | #90CFB4 | Directly opposite — maximum tension | |
| Analogous left | #CF90CA | Neighbour, quieter | |
| Analogous right | #CF9490 | Neighbour, quieter | |
| Split-complement 1 | #90CF94 | Contrast without the clash | |
| Split-complement 2 | #90CACF | Contrast without the clash | |
| Triadic 1 | #ABCF90 | Even thirds — balanced and loud | |
| Triadic 2 | #90ABCF | Even thirds — balanced and loud | |
| Tetradic | #CACF90 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf90ab text on a black background
contrast 8.23:1
#cf90ab text on a white background
contrast 2.55:1
CSS3 live lab
The quick brown fox
color: #cf90ab;
background-color: #cf90ab;
Glowing headline
text-shadow: 2px 2px 8px #cf90ab;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 171, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 144, 171, 0.45);
border: 3px solid #cf90ab; background: linear-gradient(135deg, #cf90ab, #CF9F90);
Monochromatic scale
Palettes built from #cf90ab
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 8.3 away, with its history, psychology and brand usage.
#cf90ab 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.
#cf90ab, answered
What color is #cf90ab?
#cf90ab is a light soft magenta / pink, closest to Pale Violet Red (ΔE2000 9). It sits at 334° on the hue wheel with 40% saturation and 69% lightness, which reads as warm.
What is the RGB value of #cf90ab?
rgb(207, 144, 171) — 207 red, 144 green and 171 blue out of 255, or 81.2% / 56.5% / 67.1% by channel.
Is #cf90ab a light or a dark color?
It is a mid-tone. Relative luminance is 0.3615 and perceived brightness is 66%, so black text on it reaches 8.23:1.
Should I use black or white text on #cf90ab?
Black. It scores 8.23:1 against #cf90ab, versus 2.55:1 for white — AAA at any size.
What is the complementary color of #cf90ab?
#90CFB4 sits directly opposite on the wheel. Softer options are the split-complements #90CF94 and #90CACF, which give the same contrast with far less vibration.
What colors go well with #cf90ab?
For interface work: #FAF4F7 as the surface, #E6C6D4 for borders, #9B4B6D for secondary text, #3A9256 as an accent and #59273C for hover and pressed states. For a palette, the analogous pair #CF90CA and #CF9490 stays calm, while #90CFB4 is the loudest partner.
What is #cf90ab in CMYK for printing?
cmyk(0%, 30%, 17%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf90ab 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 #CF9094; nudged cooler, #D18EC3.