#cfb09c
a light, soft orange · warm · closest name: tan
RGB
207, 176, 156
HSL
24°, 35%, 71%
CMYK
0, 15, 25, 19
Luminance
0.4672
Every format
| HEX | #cfb09c |
| RGB | rgb(207, 176, 156) |
| HSL | hsl(24, 35%, 71%) |
| CMYK | cmyk(0%, 15%, 25%, 19%) |
| LAB | lab(74.0 8.1 14.4) |
| LCH | lch(74.0 16.6 60.5) |
| OKLCH | oklch(0.779 0.046 54.7) |
Copy-ready code
/* CSS */
color: #cfb09c;
background-color: #cfb09c;
/* Tailwind (arbitrary) */
class="text-[#cfb09c] bg-[#cfb09c]"
/* SCSS */
$brand: #cfb09c;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.612)
/* Android */
Color.parseColor("#cfb09c")Accessibility — WCAG contrast
Aa
#cfb09c on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb09c on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow24.6%
Key (black)18.8%
Color previews
#cfb09c text on a black background
contrast 10.34:1
Card sample
#cfb09c text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb09c;
Background color
Panel with #cfb09c background
background-color: #cfb09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb09c; background: linear-gradient(135deg, #cfb09c, #CCCF9C);