#cfab90
a light, soft orange · warm · closest name: tan
RGB
207, 171, 144
HSL
26°, 40%, 69%
CMYK
0, 17, 30, 19
Luminance
0.4440
Every format
| HEX | #cfab90 |
| RGB | rgb(207, 171, 144) |
| HSL | hsl(26, 40%, 69%) |
| CMYK | cmyk(0%, 17%, 30%, 19%) |
| LAB | lab(72.5 9.2 18.8) |
| LCH | lch(72.5 21.0 64.0) |
| OKLCH | oklch(0.766 0.056 58.7) |
Copy-ready code
/* CSS */
color: #cfab90;
background-color: #cfab90;
/* Tailwind (arbitrary) */
class="text-[#cfab90] bg-[#cfab90]"
/* SCSS */
$brand: #cfab90;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.565)
/* Android */
Color.parseColor("#cfab90")Accessibility — WCAG contrast
Aa
#cfab90 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab90 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow30.4%
Key (black)18.8%
Color previews
#cfab90 text on a black background
contrast 9.88:1
Card sample
#cfab90 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab90;
Background color
Panel with #cfab90 background
background-color: #cfab90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab90; background: linear-gradient(135deg, #cfab90, #C9CF90);