#cf976c
a balanced, vivid orange · warm · closest name: tan
RGB
207, 151, 108
HSL
26°, 51%, 62%
CMYK
0, 27, 48, 19
Luminance
0.3648
Every format
| HEX | #cf976c |
| RGB | rgb(207, 151, 108) |
| HSL | hsl(26, 51%, 62%) |
| CMYK | cmyk(0%, 27%, 48%, 19%) |
| LAB | lab(66.9 15.9 30.9) |
| LCH | lch(66.9 34.7 62.8) |
| OKLCH | oklch(0.721 0.089 58.3) |
Copy-ready code
/* CSS */
color: #cf976c;
background-color: #cf976c;
/* Tailwind (arbitrary) */
class="text-[#cf976c] bg-[#cf976c]"
/* SCSS */
$brand: #cf976c;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.424)
/* Android */
Color.parseColor("#cf976c")Accessibility — WCAG contrast
Aa
#cf976c on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf976c on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow47.8%
Key (black)18.8%
Color previews
#cf976c text on a black background
contrast 8.30:1
Card sample
#cf976c text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf976c;
Background color
Panel with #cf976c background
background-color: #cf976c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf976c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf976c; background: linear-gradient(135deg, #cf976c, #C5CF6C);