#cf9b32
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 155, 50
HSL
40°, 62%, 50%
CMYK
0, 25, 76, 19
Luminance
0.3694
Every format
| HEX | #cf9b32 |
| RGB | rgb(207, 155, 50) |
| HSL | hsl(40, 62%, 50%) |
| CMYK | cmyk(0%, 25%, 76%, 19%) |
| LAB | lab(67.2 9.7 59.2) |
| LCH | lch(67.2 60.0 80.7) |
| OKLCH | oklch(0.721 0.132 80.8) |
Copy-ready code
/* CSS */
color: #cf9b32;
background-color: #cf9b32;
/* Tailwind (arbitrary) */
class="text-[#cf9b32] bg-[#cf9b32]"
/* SCSS */
$brand: #cf9b32;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.196)
/* Android */
Color.parseColor("#cf9b32")Accessibility — WCAG contrast
Aa
#cf9b32 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b32 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow75.8%
Key (black)18.8%
Color previews
#cf9b32 text on a black background
contrast 8.39:1
Card sample
#cf9b32 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b32;
Background color
Panel with #cf9b32 background
background-color: #cf9b32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b32; background: linear-gradient(135deg, #cf9b32, #9ACF32);