#4edef1
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 222, 241
HSL
187°, 85%, 63%
CMYK
68, 8, 0, 6
Luminance
0.6021
Every format
| HEX | #4edef1 |
| RGB | rgb(78, 222, 241) |
| HSL | hsl(187, 85%, 63%) |
| CMYK | cmyk(68%, 8%, 0%, 6%) |
| LAB | lab(82.0 -32.1 -20.5) |
| LCH | lch(82.0 38.1 212.5) |
| OKLCH | oklch(0.832 0.123 207.7) |
Copy-ready code
/* CSS */
color: #4edef1;
background-color: #4edef1;
/* Tailwind (arbitrary) */
class="text-[#4edef1] bg-[#4edef1]"
/* SCSS */
$brand: #4edef1;
/* SwiftUI */
Color(red: 0.306, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#4edef1")Accessibility — WCAG contrast
Aa
#4edef1 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4edef1 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green87.1%
Blue94.5%
CMYK percentages
Cyan67.6%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#4edef1 text on a black background
contrast 13.04:1
Card sample
#4edef1 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4edef1;
Background color
Panel with #4edef1 background
background-color: #4edef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4edef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4edef1; background: linear-gradient(135deg, #4edef1, #4E71F1);