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