#cfad91
a light, soft orange · warm · closest name: tan
RGB
207, 173, 145
HSL
27°, 39%, 69%
CMYK
0, 16, 30, 19
Luminance
0.4520
Every format
| HEX | #cfad91 |
| RGB | rgb(207, 173, 145) |
| HSL | hsl(27, 39%, 69%) |
| CMYK | cmyk(0%, 16%, 30%, 19%) |
| LAB | lab(73.0 8.2 19.0) |
| LCH | lch(73.0 20.7 66.6) |
| OKLCH | oklch(0.770 0.055 61.3) |
Copy-ready code
/* CSS */
color: #cfad91;
background-color: #cfad91;
/* Tailwind (arbitrary) */
class="text-[#cfad91] bg-[#cfad91]"
/* SCSS */
$brand: #cfad91;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.569)
/* Android */
Color.parseColor("#cfad91")Accessibility — WCAG contrast
Aa
#cfad91 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad91 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow30.0%
Key (black)18.8%
Color previews
#cfad91 text on a black background
contrast 10.04:1
Card sample
#cfad91 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad91;
Background color
Panel with #cfad91 background
background-color: #cfad91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad91; background: linear-gradient(135deg, #cfad91, #C8CF91);