#665821
a dark, vivid yellow · cool · closest name: olive
RGB
102, 88, 33
HSL
48°, 51%, 27%
CMYK
0, 14, 68, 60
Luminance
0.0991
Every format
| HEX | #665821 |
| RGB | rgb(102, 88, 33) |
| HSL | hsl(48, 51%, 27%) |
| CMYK | cmyk(0%, 14%, 68%, 60%) |
| LAB | lab(37.7 -1.5 33.1) |
| LCH | lch(37.7 33.1 92.6) |
| OKLCH | oklch(0.462 0.076 94.9) |
Copy-ready code
/* CSS */
color: #665821;
background-color: #665821;
/* Tailwind (arbitrary) */
class="text-[#665821] bg-[#665821]"
/* SCSS */
$brand: #665821;
/* SwiftUI */
Color(red: 0.400, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#665821")Accessibility — WCAG contrast
Aa
#665821 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#665821 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow67.6%
Key (black)60.0%
Color previews
#665821 text on a black background
contrast 2.98:1
Card sample
#665821 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665821;
Background color
Panel with #665821 background
background-color: #665821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665821; background: linear-gradient(135deg, #665821, #466621);