#227752
a dark, vivid green · cool · closest name: seagreen
RGB
34, 119, 82
HSL
154°, 56%, 30%
CMYK
71, 0, 31, 53
Luminance
0.1414
Every format
| HEX | #227752 |
| RGB | rgb(34, 119, 82) |
| HSL | hsl(154, 56%, 30%) |
| CMYK | cmyk(71%, 0%, 31%, 53%) |
| LAB | lab(44.4 -34.5 13.2) |
| LCH | lch(44.4 36.9 159.0) |
| OKLCH | oklch(0.509 0.100 160.4) |
Copy-ready code
/* CSS */
color: #227752;
background-color: #227752;
/* Tailwind (arbitrary) */
class="text-[#227752] bg-[#227752]"
/* SCSS */
$brand: #227752;
/* SwiftUI */
Color(red: 0.133, green: 0.467, blue: 0.322)
/* Android */
Color.parseColor("#227752")Accessibility — WCAG contrast
Aa
#227752 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#227752 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green46.7%
Blue32.2%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow31.1%
Key (black)53.3%
Color previews
#227752 text on a black background
contrast 3.83:1
Card sample
#227752 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #227752;
Background color
Panel with #227752 background
background-color: #227752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #227752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 119, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 119, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #227752; background: linear-gradient(135deg, #227752, #226377);