#cfada2
a light, soft red · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #cfada2 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 | #cfada2 |
| RGB | rgb(207, 173, 162) |
| HSL | hsl(15, 32%, 72%) |
| CMYK | cmyk(0%, 16%, 22%, 19%) |
| LAB | lab(73.4 10.6 10.3) |
| LCH | lch(73.4 14.8 44.0) |
| OKLCH | oklch(0.775 0.043 38.7) |
| Decimal | 13610402 |
| Display P3 | color(display-p3 0.812 0.678 0.635) |
Copy-ready code
/* CSS */
color: #cfada2;
background-color: #cfada2;
/* Tailwind (arbitrary) */
class="text-[#cfada2] bg-[#cfada2]"
/* SCSS */
$brand: #cfada2;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#cfada2")
/* Flutter */
Color(0xFFCFADA2)
/* Python / OpenCV (BGR) */
(162, 173, 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. #cfada2 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: #F9F6F5;
--brand-100: #F4EEEC;
--brand-200: #E7D9D5;
--brand-300: #D9BEB5;
--brand-400: #cfada2;
--brand-500: #B37D6B;
--brand-600: #A16653;
--brand-700: #875545;
--brand-800: #6C4438;
--brand-900: #4F342B;
--brand-950: #31211B;
--brand: #cfada2;
--brand-ink: #000000;
}Colors that work with #cfada2
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 #cfada2
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 | #A2C4CF | Directly opposite — maximum tension | |
| Analogous left | #CFA2AE | Neighbour, quieter | |
| Analogous right | #CFC4A2 | Neighbour, quieter | |
| Split-complement 1 | #A2CFC4 | Contrast without the clash | |
| Split-complement 2 | #A2AECF | Contrast without the clash | |
| Triadic 1 | #A2CFAD | Even thirds — balanced and loud | |
| Triadic 2 | #ADA2CF | Even thirds — balanced and loud | |
| Tetradic | #AECFA2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cfada2 text on a black background
contrast 10.15:1
#cfada2 text on a white background
contrast 2.07:1
CSS3 live lab
The quick brown fox
color: #cfada2;
background-color: #cfada2;
Glowing headline
text-shadow: 2px 2px 8px #cfada2;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 162, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 173, 162, 0.45);
border: 3px solid #cfada2; background: linear-gradient(135deg, #cfada2, #CFCBA2);
Monochromatic scale
Palettes built from #cfada2
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: Apricot (#fbceb1) — ΔE2000 10.9 away, with its history, psychology and brand usage.
#cfada2 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.
#cfada2, answered
What color is #cfada2?
#cfada2 is a light soft red, closest to Rosy Brown (ΔE2000 10). It sits at 15° on the hue wheel with 32% saturation and 72% lightness, which reads as warm.
What is the RGB value of #cfada2?
rgb(207, 173, 162) — 207 red, 173 green and 162 blue out of 255, or 81.2% / 67.8% / 63.5% by channel.
Is #cfada2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4576 and perceived brightness is 72%, so black text on it reaches 10.15:1.
Should I use black or white text on #cfada2?
Black. It scores 10.15:1 against #cfada2, versus 2.07:1 for white — AAA at any size.
What is the complementary color of #cfada2?
#A2C4CF sits directly opposite on the wheel. Softer options are the split-complements #A2CFC4 and #A2AECF, which give the same contrast with far less vibration.
What colors go well with #cfada2?
For interface work: #FAF6F5 as the surface, #E3D0C9 for borders, #97604E for secondary text, #418B8B as an accent and #54352B for hover and pressed states. For a palette, the analogous pair #CFA2AE and #CFC4A2 stays calm, while #A2C4CF is the loudest partner.
What is #cfada2 in CMYK for printing?
cmyk(0%, 16%, 22%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cfada2 warm or cool?
Warm — it scores 12 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CFB4A2; nudged cooler, #D0A1A7.