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