#cfbc98
a light, soft orange · warm · closest name: tan
RGB
207, 188, 152
HSL
39°, 36%, 70%
CMYK
0, 9, 27, 19
Luminance
0.5150
Every format
| HEX | #cfbc98 |
| RGB | rgb(207, 188, 152) |
| HSL | hsl(39, 36%, 70%) |
| CMYK | cmyk(0%, 9%, 27%, 19%) |
| LAB | lab(77.0 1.2 20.7) |
| LCH | lch(77.0 20.7 86.7) |
| OKLCH | oklch(0.802 0.053 83.3) |
Copy-ready code
/* CSS */
color: #cfbc98;
background-color: #cfbc98;
/* Tailwind (arbitrary) */
class="text-[#cfbc98] bg-[#cfbc98]"
/* SCSS */
$brand: #cfbc98;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.596)
/* Android */
Color.parseColor("#cfbc98")Accessibility — WCAG contrast
Aa
#cfbc98 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc98 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow26.6%
Key (black)18.8%
Color previews
#cfbc98 text on a black background
contrast 11.30:1
Card sample
#cfbc98 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc98;
Background color
Panel with #cfbc98 background
background-color: #cfbc98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc98; background: linear-gradient(135deg, #cfbc98, #BDCF98);