#cfab88
a light, soft orange · warm · closest name: tan
RGB
207, 171, 136
HSL
30°, 43%, 67%
CMYK
0, 17, 34, 19
Luminance
0.4417
Every format
| HEX | #cfab88 |
| RGB | rgb(207, 171, 136) |
| HSL | hsl(30, 43%, 67%) |
| CMYK | cmyk(0%, 17%, 34%, 19%) |
| LAB | lab(72.3 8.2 23.0) |
| LCH | lch(72.3 24.4 70.4) |
| OKLCH | oklch(0.765 0.064 65.8) |
Copy-ready code
/* CSS */
color: #cfab88;
background-color: #cfab88;
/* Tailwind (arbitrary) */
class="text-[#cfab88] bg-[#cfab88]"
/* SCSS */
$brand: #cfab88;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.533)
/* Android */
Color.parseColor("#cfab88")Accessibility — WCAG contrast
Aa
#cfab88 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab88 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow34.3%
Key (black)18.8%
Color previews
#cfab88 text on a black background
contrast 9.83:1
Card sample
#cfab88 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab88;
Background color
Panel with #cfab88 background
background-color: #cfab88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab88; background: linear-gradient(135deg, #cfab88, #C4CF88);