#1ee1d2
a balanced, electric cyan · cool · closest name: turquoise
RGB
30, 225, 210
HSL
175°, 77%, 50%
CMYK
87, 0, 7, 12
Luminance
0.5878
Every format
| HEX | #1ee1d2 |
| RGB | rgb(30, 225, 210) |
| HSL | hsl(175, 77%, 50%) |
| CMYK | cmyk(87%, 0%, 7%, 12%) |
| LAB | lab(81.2 -47.0 -5.3) |
| LCH | lch(81.2 47.3 186.4) |
| OKLCH | oklch(0.820 0.140 186.2) |
Copy-ready code
/* CSS */
color: #1ee1d2;
background-color: #1ee1d2;
/* Tailwind (arbitrary) */
class="text-[#1ee1d2] bg-[#1ee1d2]"
/* SCSS */
$brand: #1ee1d2;
/* SwiftUI */
Color(red: 0.118, green: 0.882, blue: 0.824)
/* Android */
Color.parseColor("#1ee1d2")Accessibility — WCAG contrast
Aa
#1ee1d2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ee1d2 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green88.2%
Blue82.4%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow6.7%
Key (black)11.8%
Color previews
#1ee1d2 text on a black background
contrast 12.76:1
Card sample
#1ee1d2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ee1d2;
Background color
Panel with #1ee1d2 background
background-color: #1ee1d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ee1d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 225, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 225, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ee1d2; background: linear-gradient(135deg, #1ee1d2, #1E6EE1);