#216430
a dark, vivid green · cool · closest name: seagreen
RGB
33, 100, 48
HSL
133°, 50%, 26%
CMYK
67, 0, 52, 61
Luminance
0.0965
Every format
| HEX | #216430 |
| RGB | rgb(33, 100, 48) |
| HSL | hsl(133, 50%, 26%) |
| CMYK | cmyk(67%, 0%, 52%, 61%) |
| LAB | lab(37.2 -33.4 23.3) |
| LCH | lch(37.2 40.8 145.1) |
| OKLCH | oklch(0.447 0.107 147.9) |
Copy-ready code
/* CSS */
color: #216430;
background-color: #216430;
/* Tailwind (arbitrary) */
class="text-[#216430] bg-[#216430]"
/* SCSS */
$brand: #216430;
/* SwiftUI */
Color(red: 0.129, green: 0.392, blue: 0.188)
/* Android */
Color.parseColor("#216430")Accessibility — WCAG contrast
Aa
#216430 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#216430 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green39.2%
Blue18.8%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow52.0%
Key (black)60.8%
Color previews
#216430 text on a black background
contrast 2.93:1
Card sample
#216430 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #216430;
Background color
Panel with #216430 background
background-color: #216430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #216430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 100, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 100, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #216430; background: linear-gradient(135deg, #216430, #21645D);