#cfb494
a light, soft orange · warm · closest name: tan
RGB
207, 180, 148
HSL
33°, 38%, 70%
CMYK
0, 13, 29, 19
Luminance
0.4805
Every format
| HEX | #cfb494 |
| RGB | rgb(207, 180, 148) |
| HSL | hsl(33, 38%, 70%) |
| CMYK | cmyk(0%, 13%, 29%, 19%) |
| LAB | lab(74.8 4.9 19.9) |
| LCH | lch(74.8 20.5 76.2) |
| OKLCH | oklch(0.785 0.053 71.7) |
Copy-ready code
/* CSS */
color: #cfb494;
background-color: #cfb494;
/* Tailwind (arbitrary) */
class="text-[#cfb494] bg-[#cfb494]"
/* SCSS */
$brand: #cfb494;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.580)
/* Android */
Color.parseColor("#cfb494")Accessibility — WCAG contrast
Aa
#cfb494 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb494 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow28.5%
Key (black)18.8%
Color previews
#cfb494 text on a black background
contrast 10.61:1
Card sample
#cfb494 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb494;
Background color
Panel with #cfb494 background
background-color: #cfb494;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb494;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb494; background: linear-gradient(135deg, #cfb494, #C3CF94);