#cfb68f
a light, soft orange · warm · “tan”
RGB
207, 182, 143
HSL
37°, 40%, 69%
CMYK
0, 12, 31, 19
Luminance
0.4870
Every format
| HEX | #cfb68f |
| RGB | rgb(207, 182, 143) |
| HSL | hsl(37, 40%, 69%) |
| CMYK | cmyk(0%, 12%, 31%, 19%) |
| LAB | lab(75.3 3.2 23.2) |
| LCH | lch(75.3 23.4 82.2) |
| OKLCH | oklch(0.788 0.060 78.7) |
Copy-ready code
/* CSS */
color: #cfb68f;
background-color: #cfb68f;
/* Tailwind (arbitrary) */
class="text-[#cfb68f] bg-[#cfb68f]"
/* SCSS */
$brand: #cfb68f;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.561)
/* Android */
Color.parseColor("#cfb68f")Accessibility — WCAG contrast
Aa
#cfb68f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb68f on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow30.9%
Key (black)18.8%
Color previews
#cfb68f text on a black background
contrast 10.74:1
Card sample
#cfb68f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb68f;
Background color
Panel with #cfb68f background
background-color: #cfb68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb68f; background: linear-gradient(135deg, #cfb68f, #BDCF8F);