#cf971f
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 151, 31
HSL
41°, 74%, 47%
CMYK
0, 27, 85, 19
Luminance
0.3550
Every format
| HEX | #cf971f |
| RGB | rgb(207, 151, 31) |
| HSL | hsl(41, 74%, 47%) |
| CMYK | cmyk(0%, 27%, 85%, 19%) |
| LAB | lab(66.1 11.2 64.7) |
| LCH | lch(66.1 65.6 80.2) |
| OKLCH | oklch(0.712 0.140 80.3) |
Copy-ready code
/* CSS */
color: #cf971f;
background-color: #cf971f;
/* Tailwind (arbitrary) */
class="text-[#cf971f] bg-[#cf971f]"
/* SCSS */
$brand: #cf971f;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.122)
/* Android */
Color.parseColor("#cf971f")Accessibility — WCAG contrast
Aa
#cf971f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf971f on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow85.0%
Key (black)18.8%
Color previews
#cf971f text on a black background
contrast 8.10:1
Card sample
#cf971f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf971f;
Background color
Panel with #cf971f background
background-color: #cf971f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf971f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf971f; background: linear-gradient(135deg, #cf971f, #92CF1F);