#906607
a dark, electric yellow · warm · closest name: peru
RGB
144, 102, 7
HSL
42°, 91%, 30%
CMYK
0, 29, 95, 44
Luminance
0.1545
Every format
| HEX | #906607 |
| RGB | rgb(144, 102, 7) |
| HSL | hsl(42, 91%, 30%) |
| CMYK | cmyk(0%, 29%, 95%, 44%) |
| LAB | lab(46.2 9.5 51.8) |
| LCH | lch(46.2 52.7 79.7) |
| OKLCH | oklch(0.540 0.110 79.7) |
Copy-ready code
/* CSS */
color: #906607;
background-color: #906607;
/* Tailwind (arbitrary) */
class="text-[#906607] bg-[#906607]"
/* SCSS */
$brand: #906607;
/* SwiftUI */
Color(red: 0.565, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#906607")Accessibility — WCAG contrast
Aa
#906607 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#906607 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow95.1%
Key (black)43.5%
Color previews
#906607 text on a black background
contrast 4.09:1
Card sample
#906607 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #906607;
Background color
Panel with #906607 background
background-color: #906607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #906607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #906607; background: linear-gradient(135deg, #906607, #5F9007);