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