#cf997f
a light, vivid orange · warm · closest name: tan
RGB
207, 153, 127
HSL
20°, 46%, 66%
CMYK
0, 26, 39, 19
Luminance
0.3758
Every format
| HEX | #cf997f |
| RGB | rgb(207, 153, 127) |
| HSL | hsl(20, 46%, 66%) |
| CMYK | cmyk(0%, 26%, 39%, 19%) |
| LAB | lab(67.7 16.8 21.6) |
| LCH | lch(67.7 27.4 52.0) |
| OKLCH | oklch(0.728 0.075 46.8) |
Copy-ready code
/* CSS */
color: #cf997f;
background-color: #cf997f;
/* Tailwind (arbitrary) */
class="text-[#cf997f] bg-[#cf997f]"
/* SCSS */
$brand: #cf997f;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.498)
/* Android */
Color.parseColor("#cf997f")Accessibility — WCAG contrast
Aa
#cf997f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf997f on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow38.6%
Key (black)18.8%
Color previews
#cf997f text on a black background
contrast 8.52:1
Card sample
#cf997f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf997f;
Background color
Panel with #cf997f background
background-color: #cf997f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf997f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf997f; background: linear-gradient(135deg, #cf997f, #CFCE7F);