#1eebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
30, 235, 223
HSL
177°, 84%, 52%
CMYK
87, 0, 5, 8
Luminance
0.6502
Every format
| HEX | #1eebdf |
| RGB | rgb(30, 235, 223) |
| HSL | hsl(177, 84%, 52%) |
| CMYK | cmyk(87%, 0%, 5%, 8%) |
| LAB | lab(84.5 -47.7 -7.3) |
| LCH | lch(84.5 48.2 188.6) |
| OKLCH | oklch(0.849 0.144 188.1) |
Copy-ready code
/* CSS */
color: #1eebdf;
background-color: #1eebdf;
/* Tailwind (arbitrary) */
class="text-[#1eebdf] bg-[#1eebdf]"
/* SCSS */
$brand: #1eebdf;
/* SwiftUI */
Color(red: 0.118, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#1eebdf")Accessibility — WCAG contrast
Aa
#1eebdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eebdf on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#1eebdf text on a black background
contrast 14.00:1
Card sample
#1eebdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eebdf;
Background color
Panel with #1eebdf background
background-color: #1eebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eebdf; background: linear-gradient(135deg, #1eebdf, #1E6EEB);