#1eb596
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 181, 150
HSL
168°, 72%, 41%
CMYK
83, 0, 17, 29
Luminance
0.3553
Every format
| HEX | #1eb596 |
| RGB | rgb(30, 181, 150) |
| HSL | hsl(168, 72%, 41%) |
| CMYK | cmyk(83%, 0%, 17%, 29%) |
| LAB | lab(66.2 -44.5 5.3) |
| LCH | lch(66.2 44.8 173.2) |
| OKLCH | oklch(0.692 0.126 174.0) |
Copy-ready code
/* CSS */
color: #1eb596;
background-color: #1eb596;
/* Tailwind (arbitrary) */
class="text-[#1eb596] bg-[#1eb596]"
/* SCSS */
$brand: #1eb596;
/* SwiftUI */
Color(red: 0.118, green: 0.710, blue: 0.588)
/* Android */
Color.parseColor("#1eb596")Accessibility — WCAG contrast
Aa
#1eb596 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb596 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.0%
Blue58.8%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow17.1%
Key (black)29.0%
Color previews
#1eb596 text on a black background
contrast 8.11:1
Card sample
#1eb596 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb596;
Background color
Panel with #1eb596 background
background-color: #1eb596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 181, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 181, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb596; background: linear-gradient(135deg, #1eb596, #1E6FB5);