#226830
a dark, vivid green · cool · closest name: seagreen
RGB
34, 104, 48
HSL
132°, 51%, 27%
CMYK
67, 0, 54, 59
Luminance
0.1045
Every format
| HEX | #226830 |
| RGB | rgb(34, 104, 48) |
| HSL | hsl(132, 51%, 27%) |
| CMYK | cmyk(67%, 0%, 54%, 59%) |
| LAB | lab(38.6 -34.9 25.1) |
| LCH | lch(38.6 43.0 144.2) |
| OKLCH | oklch(0.459 0.112 147.2) |
Copy-ready code
/* CSS */
color: #226830;
background-color: #226830;
/* Tailwind (arbitrary) */
class="text-[#226830] bg-[#226830]"
/* SCSS */
$brand: #226830;
/* SwiftUI */
Color(red: 0.133, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#226830")Accessibility — WCAG contrast
Aa
#226830 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#226830 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.8%
Blue18.8%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow53.8%
Key (black)59.2%
Color previews
#226830 text on a black background
contrast 3.09:1
Card sample
#226830 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226830;
Background color
Panel with #226830 background
background-color: #226830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226830; background: linear-gradient(135deg, #226830, #22685F);