#4eeefc
a balanced, electric cyan · cool · closest name: cyan
RGB
78, 238, 252
HSL
185°, 97%, 65%
CMYK
69, 6, 0, 1
Luminance
0.6980
Every format
| HEX | #4eeefc |
| RGB | rgb(78, 238, 252) |
| HSL | hsl(185, 97%, 65%) |
| CMYK | cmyk(69%, 6%, 0%, 1%) |
| LAB | lab(86.9 -36.5 -18.8) |
| LCH | lch(86.9 41.0 207.3) |
| OKLCH | oklch(0.873 0.131 203.6) |
Copy-ready code
/* CSS */
color: #4eeefc;
background-color: #4eeefc;
/* Tailwind (arbitrary) */
class="text-[#4eeefc] bg-[#4eeefc]"
/* SCSS */
$brand: #4eeefc;
/* SwiftUI */
Color(red: 0.306, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#4eeefc")Accessibility — WCAG contrast
Aa
#4eeefc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eeefc on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green93.3%
Blue98.8%
CMYK percentages
Cyan69.0%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#4eeefc text on a black background
contrast 14.96:1
Card sample
#4eeefc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eeefc;
Background color
Panel with #4eeefc background
background-color: #4eeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eeefc; background: linear-gradient(135deg, #4eeefc, #4E7AFC);