#cfbab2
a light, soft orange · warm · closest name: silver
RGB
207, 186, 178
HSL
17°, 23%, 76%
CMYK
0, 10, 14, 19
Luminance
0.5160
Every format
| HEX | #cfbab2 |
| RGB | rgb(207, 186, 178) |
| HSL | hsl(17, 23%, 76%) |
| CMYK | cmyk(0%, 10%, 14%, 19%) |
| LAB | lab(77.0 6.1 6.8) |
| LCH | lch(77.0 9.1 47.8) |
| OKLCH | oklch(0.804 0.027 42.1) |
Copy-ready code
/* CSS */
color: #cfbab2;
background-color: #cfbab2;
/* Tailwind (arbitrary) */
class="text-[#cfbab2] bg-[#cfbab2]"
/* SCSS */
$brand: #cfbab2;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#cfbab2")Accessibility — WCAG contrast
Aa
#cfbab2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbab2 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow14.0%
Key (black)18.8%
Color previews
#cfbab2 text on a black background
contrast 11.32:1
Card sample
#cfbab2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbab2;
Background color
Panel with #cfbab2 background
background-color: #cfbab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbab2; background: linear-gradient(135deg, #cfbab2, #CFCDB2);