#4ecffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 207, 252
HSL
196°, 97%, 65%
CMYK
69, 18, 0, 1
Luminance
0.5327
Every format
| HEX | #4ecffc |
| RGB | rgb(78, 207, 252) |
| HSL | hsl(196, 97%, 65%) |
| CMYK | cmyk(69%, 18%, 0%, 1%) |
| LAB | lab(78.0 -21.4 -32.3) |
| LCH | lch(78.0 38.8 236.5) |
| OKLCH | oklch(0.802 0.128 225.2) |
Copy-ready code
/* CSS */
color: #4ecffc;
background-color: #4ecffc;
/* Tailwind (arbitrary) */
class="text-[#4ecffc] bg-[#4ecffc]"
/* SCSS */
$brand: #4ecffc;
/* SwiftUI */
Color(red: 0.306, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#4ecffc")Accessibility — WCAG contrast
Aa
#4ecffc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecffc on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green81.2%
Blue98.8%
CMYK percentages
Cyan69.0%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#4ecffc text on a black background
contrast 11.65:1
Card sample
#4ecffc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecffc;
Background color
Panel with #4ecffc background
background-color: #4ecffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecffc; background: linear-gradient(135deg, #4ecffc, #4E5BFC);