#cfb792
a light, soft orange · warm · closest name: tan
RGB
207, 183, 146
HSL
36°, 39%, 69%
CMYK
0, 12, 30, 19
Luminance
0.4921
Every format
| HEX | #cfb792 |
| RGB | rgb(207, 183, 146) |
| HSL | hsl(36, 39%, 69%) |
| CMYK | cmyk(0%, 12%, 30%, 19%) |
| LAB | lab(75.6 3.0 22.0) |
| LCH | lch(75.6 22.2 82.2) |
| OKLCH | oklch(0.791 0.057 78.5) |
Copy-ready code
/* CSS */
color: #cfb792;
background-color: #cfb792;
/* Tailwind (arbitrary) */
class="text-[#cfb792] bg-[#cfb792]"
/* SCSS */
$brand: #cfb792;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.573)
/* Android */
Color.parseColor("#cfb792")Accessibility — WCAG contrast
Aa
#cfb792 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb792 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow29.5%
Key (black)18.8%
Color previews
#cfb792 text on a black background
contrast 10.84:1
Card sample
#cfb792 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb792;
Background color
Panel with #cfb792 background
background-color: #cfb792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb792; background: linear-gradient(135deg, #cfb792, #BECF92);