#cfba98
a light, soft orange · warm · closest name: tan
RGB
207, 186, 152
HSL
37°, 36%, 70%
CMYK
0, 10, 27, 19
Luminance
0.5065
Every format
| HEX | #cfba98 |
| RGB | rgb(207, 186, 152) |
| HSL | hsl(37, 36%, 70%) |
| CMYK | cmyk(0%, 10%, 27%, 19%) |
| LAB | lab(76.5 2.2 20.0) |
| LCH | lch(76.5 20.1 83.6) |
| OKLCH | oklch(0.798 0.052 79.8) |
Copy-ready code
/* CSS */
color: #cfba98;
background-color: #cfba98;
/* Tailwind (arbitrary) */
class="text-[#cfba98] bg-[#cfba98]"
/* SCSS */
$brand: #cfba98;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.596)
/* Android */
Color.parseColor("#cfba98")Accessibility — WCAG contrast
Aa
#cfba98 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba98 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow26.6%
Key (black)18.8%
Color previews
#cfba98 text on a black background
contrast 11.13:1
Card sample
#cfba98 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba98;
Background color
Panel with #cfba98 background
background-color: #cfba98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba98; background: linear-gradient(135deg, #cfba98, #BFCF98);