#665d13
a deep, vivid yellow · cool · closest name: olive
RGB
102, 93, 19
HSL
54°, 69%, 24%
CMYK
0, 9, 81, 60
Luminance
0.1070
Every format
| HEX | #665d13 |
| RGB | rgb(102, 93, 19) |
| HSL | hsl(54, 69%, 24%) |
| CMYK | cmyk(0%, 9%, 81%, 60%) |
| LAB | lab(39.1 -5.2 40.6) |
| LCH | lch(39.1 41.0 97.3) |
| OKLCH | oklch(0.473 0.091 102.1) |
Copy-ready code
/* CSS */
color: #665d13;
background-color: #665d13;
/* Tailwind (arbitrary) */
class="text-[#665d13] bg-[#665d13]"
/* SCSS */
$brand: #665d13;
/* SwiftUI */
Color(red: 0.400, green: 0.365, blue: 0.075)
/* Android */
Color.parseColor("#665d13")Accessibility — WCAG contrast
Aa
#665d13 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#665d13 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green36.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow81.4%
Key (black)60.0%
Color previews
#665d13 text on a black background
contrast 3.14:1
Card sample
#665d13 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665d13;
Background color
Panel with #665d13 background
background-color: #665d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 93, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 93, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665d13; background: linear-gradient(135deg, #665d13, #386613);