#cfb98f
a light, soft orange · warm · closest name: tan
RGB
207, 185, 143
HSL
39°, 40%, 69%
CMYK
0, 11, 31, 19
Luminance
0.4995
Every format
| HEX | #cfb98f |
| RGB | rgb(207, 185, 143) |
| HSL | hsl(39, 40%, 69%) |
| CMYK | cmyk(0%, 11%, 31%, 19%) |
| LAB | lab(76.0 1.6 24.2) |
| LCH | lch(76.0 24.3 86.3) |
| OKLCH | oklch(0.794 0.061 83.4) |
Copy-ready code
/* CSS */
color: #cfb98f;
background-color: #cfb98f;
/* Tailwind (arbitrary) */
class="text-[#cfb98f] bg-[#cfb98f]"
/* SCSS */
$brand: #cfb98f;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.561)
/* Android */
Color.parseColor("#cfb98f")Accessibility — WCAG contrast
Aa
#cfb98f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb98f on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow30.9%
Key (black)18.8%
Color previews
#cfb98f text on a black background
contrast 10.99:1
Card sample
#cfb98f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb98f;
Background color
Panel with #cfb98f background
background-color: #cfb98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb98f; background: linear-gradient(135deg, #cfb98f, #BACF8F);