#1eefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
30, 239, 223
HSL
175°, 87%, 53%
CMYK
87, 0, 7, 6
Luminance
0.6734
Every format
| HEX | #1eefdf |
| RGB | rgb(30, 239, 223) |
| HSL | hsl(175, 87%, 53%) |
| CMYK | cmyk(87%, 0%, 7%, 6%) |
| LAB | lab(85.7 -49.4 -5.5) |
| LCH | lch(85.7 49.7 186.4) |
| OKLCH | oklch(0.858 0.147 186.1) |
Copy-ready code
/* CSS */
color: #1eefdf;
background-color: #1eefdf;
/* Tailwind (arbitrary) */
class="text-[#1eefdf] bg-[#1eefdf]"
/* SCSS */
$brand: #1eefdf;
/* SwiftUI */
Color(red: 0.118, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#1eefdf")Accessibility — WCAG contrast
Aa
#1eefdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eefdf on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green93.7%
Blue87.5%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#1eefdf text on a black background
contrast 14.47:1
Card sample
#1eefdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eefdf;
Background color
Panel with #1eefdf background
background-color: #1eefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eefdf; background: linear-gradient(135deg, #1eefdf, #1E74EF);