#229971
a dark, vivid green · cool · closest name: seagreen
RGB
34, 153, 113
HSL
160°, 64%, 37%
CMYK
78, 0, 26, 40
Luminance
0.2431
Every format
| HEX | #229971 |
| RGB | rgb(34, 153, 113) |
| HSL | hsl(160, 64%, 37%) |
| CMYK | cmyk(78%, 0%, 26%, 40%) |
| LAB | lab(56.4 -41.7 12.1) |
| LCH | lch(56.4 43.4 163.9) |
| OKLCH | oklch(0.610 0.119 165.0) |
Copy-ready code
/* CSS */
color: #229971;
background-color: #229971;
/* Tailwind (arbitrary) */
class="text-[#229971] bg-[#229971]"
/* SCSS */
$brand: #229971;
/* SwiftUI */
Color(red: 0.133, green: 0.600, blue: 0.443)
/* Android */
Color.parseColor("#229971")Accessibility — WCAG contrast
Aa
#229971 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229971 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green60.0%
Blue44.3%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow26.1%
Key (black)40.0%
Color previews
#229971 text on a black background
contrast 5.86:1
Card sample
#229971 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229971;
Background color
Panel with #229971 background
background-color: #229971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 153, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 153, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229971; background: linear-gradient(135deg, #229971, #227299);