#1ea59b
a dark, vivid cyan · cool · closest name: teal
RGB
30, 165, 155
HSL
176°, 69%, 38%
CMYK
82, 0, 6, 35
Luminance
0.2955
Every format
| HEX | #1ea59b |
| RGB | rgb(30, 165, 155) |
| HSL | hsl(176, 69%, 38%) |
| CMYK | cmyk(82%, 0%, 6%, 35%) |
| LAB | lab(61.3 -36.1 -4.6) |
| LCH | lch(61.3 36.4 187.3) |
| OKLCH | oklch(0.653 0.108 187.0) |
Copy-ready code
/* CSS */
color: #1ea59b;
background-color: #1ea59b;
/* Tailwind (arbitrary) */
class="text-[#1ea59b] bg-[#1ea59b]"
/* SCSS */
$brand: #1ea59b;
/* SwiftUI */
Color(red: 0.118, green: 0.647, blue: 0.608)
/* Android */
Color.parseColor("#1ea59b")Accessibility — WCAG contrast
Aa
#1ea59b on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ea59b on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green64.7%
Blue60.8%
CMYK percentages
Cyan81.8%
Magenta0.0%
Yellow6.1%
Key (black)35.3%
Color previews
#1ea59b text on a black background
contrast 6.91:1
Card sample
#1ea59b text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ea59b;
Background color
Panel with #1ea59b background
background-color: #1ea59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ea59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 165, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 165, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ea59b; background: linear-gradient(135deg, #1ea59b, #1E55A5);