#cf997c
a balanced, vivid orange · warm · closest name: tan
RGB
207, 153, 124
HSL
21°, 46%, 65%
CMYK
0, 26, 40, 19
Luminance
0.3750
Every format
| HEX | #cf997c |
| RGB | rgb(207, 153, 124) |
| HSL | hsl(21, 46%, 65%) |
| CMYK | cmyk(0%, 26%, 40%, 19%) |
| LAB | lab(67.7 16.5 23.2) |
| LCH | lch(67.7 28.4 54.6) |
| OKLCH | oklch(0.727 0.077 49.3) |
Copy-ready code
/* CSS */
color: #cf997c;
background-color: #cf997c;
/* Tailwind (arbitrary) */
class="text-[#cf997c] bg-[#cf997c]"
/* SCSS */
$brand: #cf997c;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.486)
/* Android */
Color.parseColor("#cf997c")Accessibility — WCAG contrast
Aa
#cf997c on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf997c on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow40.1%
Key (black)18.8%
Color previews
#cf997c text on a black background
contrast 8.50:1
Card sample
#cf997c text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf997c;
Background color
Panel with #cf997c background
background-color: #cf997c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf997c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf997c; background: linear-gradient(135deg, #cf997c, #CECF7C);