#665607
a deep, electric yellow · cool · closest name: olive
RGB
102, 86, 7
HSL
50°, 87%, 21%
CMYK
0, 16, 93, 60
Luminance
0.0950
Every format
| HEX | #665607 |
| RGB | rgb(102, 86, 7) |
| HSL | hsl(50, 87%, 21%) |
| CMYK | cmyk(0%, 16%, 93%, 60%) |
| LAB | lab(36.9 -1.5 42.6) |
| LCH | lch(36.9 42.6 92.0) |
| OKLCH | oklch(0.456 0.091 96.0) |
Copy-ready code
/* CSS */
color: #665607;
background-color: #665607;
/* Tailwind (arbitrary) */
class="text-[#665607] bg-[#665607]"
/* SCSS */
$brand: #665607;
/* SwiftUI */
Color(red: 0.400, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#665607")Accessibility — WCAG contrast
Aa
#665607 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#665607 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow93.1%
Key (black)60.0%
Color previews
#665607 text on a black background
contrast 2.90:1
Card sample
#665607 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665607;
Background color
Panel with #665607 background
background-color: #665607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665607; background: linear-gradient(135deg, #665607, #376607);