#1eeefc
a balanced, electric cyan · cool · closest name: cyan
RGB
30, 238, 252
HSL
184°, 97%, 55%
CMYK
88, 6, 0, 1
Luminance
0.6845
Every format
| HEX | #1eeefc |
| RGB | rgb(30, 238, 252) |
| HSL | hsl(184, 97%, 55%) |
| CMYK | cmyk(88%, 6%, 0%, 1%) |
| LAB | lab(86.2 -40.6 -19.9) |
| LCH | lch(86.2 45.2 206.1) |
| OKLCH | oklch(0.866 0.144 202.6) |
Copy-ready code
/* CSS */
color: #1eeefc;
background-color: #1eeefc;
/* Tailwind (arbitrary) */
class="text-[#1eeefc] bg-[#1eeefc]"
/* SCSS */
$brand: #1eeefc;
/* SwiftUI */
Color(red: 0.118, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#1eeefc")Accessibility — WCAG contrast
Aa
#1eeefc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eeefc on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green93.3%
Blue98.8%
CMYK percentages
Cyan88.1%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#1eeefc text on a black background
contrast 14.69:1
Card sample
#1eeefc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eeefc;
Background color
Panel with #1eeefc background
background-color: #1eeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eeefc; background: linear-gradient(135deg, #1eeefc, #1E5AFC);