#1eedcb
a balanced, electric cyan · cool · closest name: turquoise
RGB
30, 237, 203
HSL
170°, 85%, 52%
CMYK
87, 0, 14, 7
Luminance
0.6516
Every format
| HEX | #1eedcb |
| RGB | rgb(30, 237, 203) |
| HSL | hsl(170, 85%, 52%) |
| CMYK | cmyk(87%, 0%, 14%, 7%) |
| LAB | lab(84.6 -53.9 3.4) |
| LCH | lch(84.6 54.0 176.4) |
| OKLCH | oklch(0.848 0.154 177.0) |
Copy-ready code
/* CSS */
color: #1eedcb;
background-color: #1eedcb;
/* Tailwind (arbitrary) */
class="text-[#1eedcb] bg-[#1eedcb]"
/* SCSS */
$brand: #1eedcb;
/* SwiftUI */
Color(red: 0.118, green: 0.929, blue: 0.796)
/* Android */
Color.parseColor("#1eedcb")Accessibility — WCAG contrast
Aa
#1eedcb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eedcb on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green92.9%
Blue79.6%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow14.3%
Key (black)7.1%
Color previews
#1eedcb text on a black background
contrast 14.03:1
Card sample
#1eedcb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eedcb;
Background color
Panel with #1eedcb background
background-color: #1eedcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eedcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 237, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 237, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eedcb; background: linear-gradient(135deg, #1eedcb, #1E85ED);