#1eeeff
a balanced, electric cyan · cool · closest name: cyan
RGB
30, 238, 255
HSL
185°, 100%, 56%
CMYK
88, 7, 0, 0
Luminance
0.6865
Every format
| HEX | #1eeeff |
| RGB | rgb(30, 238, 255) |
| HSL | hsl(185, 100%, 56%) |
| CMYK | cmyk(88%, 7%, 0%, 0%) |
| LAB | lab(86.3 -39.7 -21.3) |
| LCH | lch(86.3 45.1 208.2) |
| OKLCH | oklch(0.867 0.145 204.2) |
Copy-ready code
/* CSS */
color: #1eeeff;
background-color: #1eeeff;
/* Tailwind (arbitrary) */
class="text-[#1eeeff] bg-[#1eeeff]"
/* SCSS */
$brand: #1eeeff;
/* SwiftUI */
Color(red: 0.118, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#1eeeff")Accessibility — WCAG contrast
Aa
#1eeeff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eeeff on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green93.3%
Blue100.0%
CMYK percentages
Cyan88.2%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#1eeeff text on a black background
contrast 14.73:1
Card sample
#1eeeff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eeeff;
Background color
Panel with #1eeeff background
background-color: #1eeeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eeeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eeeff; background: linear-gradient(135deg, #1eeeff, #1E58FF);