#4eefef
a balanced, electric cyan · cool · closest name: cyan
RGB
78, 239, 239
HSL
180°, 83%, 62%
CMYK
67, 0, 0, 6
Luminance
0.6958
Every format
| HEX | #4eefef |
| RGB | rgb(78, 239, 239) |
| HSL | hsl(180, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 0%, 6%) |
| LAB | lab(86.8 -40.6 -12.2) |
| LCH | lch(86.8 42.4 196.7) |
| OKLCH | oklch(0.871 0.130 195.0) |
Copy-ready code
/* CSS */
color: #4eefef;
background-color: #4eefef;
/* Tailwind (arbitrary) */
class="text-[#4eefef] bg-[#4eefef]"
/* SCSS */
$brand: #4eefef;
/* SwiftUI */
Color(red: 0.306, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#4eefef")Accessibility — WCAG contrast
Aa
#4eefef on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eefef on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green93.7%
Blue93.7%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#4eefef text on a black background
contrast 14.92:1
Card sample
#4eefef text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eefef;
Background color
Panel with #4eefef background
background-color: #4eefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eefef; background: linear-gradient(135deg, #4eefef, #4E84EF);