#34c08c
a balanced, vivid green · cool · closest name: seagreen
RGB
52, 192, 140
HSL
158°, 57%, 48%
CMYK
73, 0, 27, 25
Luminance
0.4032
Every format
| HEX | #34c08c |
| RGB | rgb(52, 192, 140) |
| HSL | hsl(158, 57%, 48%) |
| CMYK | cmyk(73%, 0%, 27%, 25%) |
| LAB | lab(69.7 -49.0 15.8) |
| LCH | lch(69.7 51.5 162.1) |
| OKLCH | oklch(0.722 0.140 163.3) |
Copy-ready code
/* CSS */
color: #34c08c;
background-color: #34c08c;
/* Tailwind (arbitrary) */
class="text-[#34c08c] bg-[#34c08c]"
/* SCSS */
$brand: #34c08c;
/* SwiftUI */
Color(red: 0.204, green: 0.753, blue: 0.549)
/* Android */
Color.parseColor("#34c08c")Accessibility — WCAG contrast
Aa
#34c08c on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34c08c on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green75.3%
Blue54.9%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow27.1%
Key (black)24.7%
Color previews
#34c08c text on a black background
contrast 9.06:1
Card sample
#34c08c text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34c08c;
Background color
Panel with #34c08c background
background-color: #34c08c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34c08c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 192, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 192, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34c08c; background: linear-gradient(135deg, #34c08c, #3497C0);