#cf951f
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 149, 31
HSL
40°, 74%, 47%
CMYK
0, 28, 85, 19
Luminance
0.3486
Every format
| HEX | #cf951f |
| RGB | rgb(207, 149, 31) |
| HSL | hsl(40, 74%, 47%) |
| CMYK | cmyk(0%, 28%, 85%, 19%) |
| LAB | lab(65.6 12.3 64.3) |
| LCH | lch(65.6 65.4 79.2) |
| OKLCH | oklch(0.708 0.139 79.0) |
Copy-ready code
/* CSS */
color: #cf951f;
background-color: #cf951f;
/* Tailwind (arbitrary) */
class="text-[#cf951f] bg-[#cf951f]"
/* SCSS */
$brand: #cf951f;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.122)
/* Android */
Color.parseColor("#cf951f")Accessibility — WCAG contrast
Aa
#cf951f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf951f on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow85.0%
Key (black)18.8%
Color previews
#cf951f text on a black background
contrast 7.97:1
Card sample
#cf951f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf951f;
Background color
Panel with #cf951f background
background-color: #cf951f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf951f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf951f; background: linear-gradient(135deg, #cf951f, #94CF1F);