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