#cf9621
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 150, 33
HSL
40°, 73%, 47%
CMYK
0, 28, 84, 19
Luminance
0.3519
Every format
| HEX | #cf9621 |
| RGB | rgb(207, 150, 33) |
| HSL | hsl(40, 73%, 47%) |
| CMYK | cmyk(0%, 28%, 84%, 19%) |
| LAB | lab(65.9 11.8 63.9) |
| LCH | lch(65.9 65.0 79.5) |
| OKLCH | oklch(0.710 0.139 79.4) |
Copy-ready code
/* CSS */
color: #cf9621;
background-color: #cf9621;
/* Tailwind (arbitrary) */
class="text-[#cf9621] bg-[#cf9621]"
/* SCSS */
$brand: #cf9621;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#cf9621")Accessibility — WCAG contrast
Aa
#cf9621 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9621 on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow84.1%
Key (black)18.8%
Color previews
#cf9621 text on a black background
contrast 8.04:1
Card sample
#cf9621 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9621;
Background color
Panel with #cf9621 background
background-color: #cf9621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9621; background: linear-gradient(135deg, #cf9621, #94CF21);