#cfb9b0
a light, soft orange · warm · closest name: silver
RGB
207, 185, 176
HSL
17°, 24%, 75%
CMYK
0, 11, 15, 19
Luminance
0.5110
Every format
| HEX | #cfb9b0 |
| RGB | rgb(207, 185, 176) |
| HSL | hsl(17, 24%, 75%) |
| CMYK | cmyk(0%, 11%, 15%, 19%) |
| LAB | lab(76.7 6.3 7.4) |
| LCH | lch(76.7 9.8 49.5) |
| OKLCH | oklch(0.802 0.028 43.6) |
Copy-ready code
/* CSS */
color: #cfb9b0;
background-color: #cfb9b0;
/* Tailwind (arbitrary) */
class="text-[#cfb9b0] bg-[#cfb9b0]"
/* SCSS */
$brand: #cfb9b0;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.690)
/* Android */
Color.parseColor("#cfb9b0")Accessibility — WCAG contrast
Aa
#cfb9b0 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb9b0 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow15.0%
Key (black)18.8%
Color previews
#cfb9b0 text on a black background
contrast 11.22:1
Card sample
#cfb9b0 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb9b0;
Background color
Panel with #cfb9b0 background
background-color: #cfb9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb9b0; background: linear-gradient(135deg, #cfb9b0, #CFCEB0);