#227744
a dark, vivid green · cool · closest name: seagreen
RGB
34, 119, 68
HSL
144°, 56%, 30%
CMYK
71, 0, 43, 53
Luminance
0.1395
Every format
| HEX | #227744 |
| RGB | rgb(34, 119, 68) |
| HSL | hsl(144, 56%, 30%) |
| CMYK | cmyk(71%, 0%, 43%, 53%) |
| LAB | lab(44.2 -37.5 20.9) |
| LCH | lch(44.2 43.0 150.8) |
| OKLCH | oklch(0.506 0.114 152.8) |
Copy-ready code
/* CSS */
color: #227744;
background-color: #227744;
/* Tailwind (arbitrary) */
class="text-[#227744] bg-[#227744]"
/* SCSS */
$brand: #227744;
/* SwiftUI */
Color(red: 0.133, green: 0.467, blue: 0.267)
/* Android */
Color.parseColor("#227744")Accessibility — WCAG contrast
Aa
#227744 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#227744 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green46.7%
Blue26.7%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow42.9%
Key (black)53.3%
Color previews
#227744 text on a black background
contrast 3.79:1
Card sample
#227744 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #227744;
Background color
Panel with #227744 background
background-color: #227744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #227744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 119, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 119, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #227744; background: linear-gradient(135deg, #227744, #227177);