#cfb28c
a light, soft orange · warm · “tan”
RGB
207, 178, 140
HSL
34°, 41%, 68%
CMYK
0, 14, 32, 19
Luminance
0.4700
Every format
| HEX | #cfb28c |
| RGB | rgb(207, 178, 140) |
| HSL | hsl(34, 41%, 68%) |
| CMYK | cmyk(0%, 14%, 32%, 19%) |
| LAB | lab(74.2 4.9 23.3) |
| LCH | lch(74.2 23.8 78.1) |
| OKLCH | oklch(0.779 0.061 74.2) |
Copy-ready code
/* CSS */
color: #cfb28c;
background-color: #cfb28c;
/* Tailwind (arbitrary) */
class="text-[#cfb28c] bg-[#cfb28c]"
/* SCSS */
$brand: #cfb28c;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.549)
/* Android */
Color.parseColor("#cfb28c")Accessibility — WCAG contrast
Aa
#cfb28c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb28c on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow32.4%
Key (black)18.8%
Color previews
#cfb28c text on a black background
contrast 10.40:1
Card sample
#cfb28c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb28c;
Background color
Panel with #cfb28c background
background-color: #cfb28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb28c; background: linear-gradient(135deg, #cfb28c, #BFCF8C);