#665c33
a dark, soft yellow · cool · closest name: gray
RGB
102, 92, 51
HSL
48°, 33%, 30%
CMYK
0, 10, 50, 60
Luminance
0.1072
Every format
| HEX | #665c33 |
| RGB | rgb(102, 92, 51) |
| HSL | hsl(48, 33%, 30%) |
| CMYK | cmyk(0%, 10%, 50%, 60%) |
| LAB | lab(39.1 -2.2 24.9) |
| LCH | lch(39.1 25.1 95.1) |
| OKLCH | oklch(0.474 0.060 96.0) |
Copy-ready code
/* CSS */
color: #665c33;
background-color: #665c33;
/* Tailwind (arbitrary) */
class="text-[#665c33] bg-[#665c33]"
/* SCSS */
$brand: #665c33;
/* SwiftUI */
Color(red: 0.400, green: 0.361, blue: 0.200)
/* Android */
Color.parseColor("#665c33")Accessibility — WCAG contrast
Aa
#665c33 on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#665c33 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green36.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow50.0%
Key (black)60.0%
Color previews
#665c33 text on a black background
contrast 3.14:1
Card sample
#665c33 text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665c33;
Background color
Panel with #665c33 background
background-color: #665c33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665c33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 92, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 92, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665c33; background: linear-gradient(135deg, #665c33, #4E6633);