#cfb29f
a light, soft orange · warm · closest name: tan
RGB
207, 178, 159
HSL
24°, 33%, 72%
CMYK
0, 14, 23, 19
Luminance
0.4761
Every format
| HEX | #cfb29f |
| RGB | rgb(207, 178, 159) |
| HSL | hsl(24, 33%, 72%) |
| CMYK | cmyk(0%, 14%, 23%, 19%) |
| LAB | lab(74.6 7.5 13.6) |
| LCH | lch(74.6 15.5 61.1) |
| OKLCH | oklch(0.784 0.043 55.2) |
Copy-ready code
/* CSS */
color: #cfb29f;
background-color: #cfb29f;
/* Tailwind (arbitrary) */
class="text-[#cfb29f] bg-[#cfb29f]"
/* SCSS */
$brand: #cfb29f;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.624)
/* Android */
Color.parseColor("#cfb29f")Accessibility — WCAG contrast
Aa
#cfb29f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb29f on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow23.2%
Key (black)18.8%
Color previews
#cfb29f text on a black background
contrast 10.52:1
Card sample
#cfb29f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb29f;
Background color
Panel with #cfb29f background
background-color: #cfb29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb29f; background: linear-gradient(135deg, #cfb29f, #CCCF9F);