#555213
a deep, vivid yellow · cool · closest name: olive
RGB
85, 82, 19
HSL
57°, 64%, 20%
CMYK
0, 4, 78, 67
Luminance
0.0801
Every format
| HEX | #555213 |
| RGB | rgb(85, 82, 19) |
| HSL | hsl(57, 64%, 20%) |
| CMYK | cmyk(0%, 4%, 78%, 67%) |
| LAB | lab(34.0 -7.2 35.3) |
| LCH | lch(34.0 36.0 101.5) |
| OKLCH | oklch(0.429 0.082 106.6) |
Copy-ready code
/* CSS */
color: #555213;
background-color: #555213;
/* Tailwind (arbitrary) */
class="text-[#555213] bg-[#555213]"
/* SCSS */
$brand: #555213;
/* SwiftUI */
Color(red: 0.333, green: 0.322, blue: 0.075)
/* Android */
Color.parseColor("#555213")Accessibility — WCAG contrast
Aa
#555213 on white: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555213 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green32.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow77.6%
Key (black)66.7%
Color previews
#555213 text on a black background
contrast 2.60:1
Card sample
#555213 text on a white background
contrast 8.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555213;
Background color
Panel with #555213 background
background-color: #555213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 82, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 82, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555213; background: linear-gradient(135deg, #555213, #2C5513);