#214513
a deep, vivid green · cool · closest name: seagreen
RGB
33, 69, 19
HSL
103°, 57%, 17%
CMYK
52, 0, 73, 73
Luminance
0.0463
Every format
| HEX | #214513 |
| RGB | rgb(33, 69, 19) |
| HSL | hsl(103, 57%, 17%) |
| CMYK | cmyk(52%, 0%, 73%, 73%) |
| LAB | lab(25.6 -23.8 25.4) |
| LCH | lch(25.6 34.8 133.1) |
| OKLCH | oklch(0.351 0.088 138.1) |
Copy-ready code
/* CSS */
color: #214513;
background-color: #214513;
/* Tailwind (arbitrary) */
class="text-[#214513] bg-[#214513]"
/* SCSS */
$brand: #214513;
/* SwiftUI */
Color(red: 0.129, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#214513")Accessibility — WCAG contrast
Aa
#214513 on white: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214513 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green27.1%
Blue7.5%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow72.5%
Key (black)72.9%
Color previews
#214513 text on a black background
contrast 1.93:1
Card sample
#214513 text on a white background
contrast 10.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214513;
Background color
Panel with #214513 background
background-color: #214513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214513; background: linear-gradient(135deg, #214513, #134526);