#4ce2fc
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 226, 252
HSL
189°, 97%, 64%
CMYK
70, 10, 0, 1
Luminance
0.6296
Every format
| HEX | #4ce2fc |
| RGB | rgb(76, 226, 252) |
| HSL | hsl(189, 97%, 64%) |
| CMYK | cmyk(70%, 10%, 0%, 1%) |
| LAB | lab(83.4 -31.1 -24.1) |
| LCH | lch(83.4 39.3 217.8) |
| OKLCH | oklch(0.845 0.128 211.6) |
Copy-ready code
/* CSS */
color: #4ce2fc;
background-color: #4ce2fc;
/* Tailwind (arbitrary) */
class="text-[#4ce2fc] bg-[#4ce2fc]"
/* SCSS */
$brand: #4ce2fc;
/* SwiftUI */
Color(red: 0.298, green: 0.886, blue: 0.988)
/* Android */
Color.parseColor("#4ce2fc")Accessibility — WCAG contrast
Aa
#4ce2fc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce2fc on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green88.6%
Blue98.8%
CMYK percentages
Cyan69.8%
Magenta10.3%
Yellow0.0%
Key (black)1.2%
Color previews
#4ce2fc text on a black background
contrast 13.59:1
Card sample
#4ce2fc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce2fc;
Background color
Panel with #4ce2fc background
background-color: #4ce2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 226, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 226, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce2fc; background: linear-gradient(135deg, #4ce2fc, #4C6DFC);