#4eeeff
a light, electric cyan · cool · closest name: cyan
RGB
78, 238, 255
HSL
186°, 100%, 65%
CMYK
69, 7, 0, 0
Luminance
0.6999
Every format
| HEX | #4eeeff |
| RGB | rgb(78, 238, 255) |
| HSL | hsl(186, 100%, 65%) |
| CMYK | cmyk(69%, 7%, 0%, 0%) |
| LAB | lab(87.0 -35.6 -20.3) |
| LCH | lch(87.0 41.0 209.6) |
| OKLCH | oklch(0.874 0.131 205.4) |
Copy-ready code
/* CSS */
color: #4eeeff;
background-color: #4eeeff;
/* Tailwind (arbitrary) */
class="text-[#4eeeff] bg-[#4eeeff]"
/* SCSS */
$brand: #4eeeff;
/* SwiftUI */
Color(red: 0.306, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#4eeeff")Accessibility — WCAG contrast
Aa
#4eeeff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eeeff on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green93.3%
Blue100.0%
CMYK percentages
Cyan69.4%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#4eeeff text on a black background
contrast 15.00:1
Card sample
#4eeeff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eeeff;
Background color
Panel with #4eeeff background
background-color: #4eeeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eeeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eeeff; background: linear-gradient(135deg, #4eeeff, #4E78FF);