#665201
a deep, electric yellow · cool · closest name: olive
RGB
102, 82, 1
HSL
48°, 98%, 20%
CMYK
0, 20, 99, 60
Luminance
0.0886
Every format
| HEX | #665201 |
| RGB | rgb(102, 82, 1) |
| HSL | hsl(48, 98%, 20%) |
| CMYK | cmyk(0%, 20%, 99%, 60%) |
| LAB | lab(35.7 0.7 43.6) |
| LCH | lch(35.7 43.6 89.1) |
| OKLCH | oklch(0.446 0.091 92.4) |
Copy-ready code
/* CSS */
color: #665201;
background-color: #665201;
/* Tailwind (arbitrary) */
class="text-[#665201] bg-[#665201]"
/* SCSS */
$brand: #665201;
/* SwiftUI */
Color(red: 0.400, green: 0.322, blue: 0.004)
/* Android */
Color.parseColor("#665201")Accessibility — WCAG contrast
Aa
#665201 on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#665201 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green32.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow99.0%
Key (black)60.0%
Color previews
#665201 text on a black background
contrast 2.77:1
Card sample
#665201 text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665201;
Background color
Panel with #665201 background
background-color: #665201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 82, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 82, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665201; background: linear-gradient(135deg, #665201, #376601);