#cfb992
a light, soft orange · warm · closest name: tan
RGB
207, 185, 146
HSL
38°, 39%, 69%
CMYK
0, 11, 30, 19
Luminance
0.5004
Every format
| HEX | #cfb992 |
| RGB | rgb(207, 185, 146) |
| HSL | hsl(38, 39%, 69%) |
| CMYK | cmyk(0%, 11%, 30%, 19%) |
| LAB | lab(76.1 2.0 22.7) |
| LCH | lch(76.1 22.8 85.1) |
| OKLCH | oklch(0.795 0.058 81.8) |
Copy-ready code
/* CSS */
color: #cfb992;
background-color: #cfb992;
/* Tailwind (arbitrary) */
class="text-[#cfb992] bg-[#cfb992]"
/* SCSS */
$brand: #cfb992;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.573)
/* Android */
Color.parseColor("#cfb992")Accessibility — WCAG contrast
Aa
#cfb992 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb992 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow29.5%
Key (black)18.8%
Color previews
#cfb992 text on a black background
contrast 11.01:1
Card sample
#cfb992 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb992;
Background color
Panel with #cfb992 background
background-color: #cfb992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb992; background: linear-gradient(135deg, #cfb992, #BCCF92);