#4ce2f4
a balanced, electric cyan · cool · closest name: cyan
RGB
76, 226, 244
HSL
186°, 88%, 63%
CMYK
69, 7, 0, 4
Luminance
0.6246
Every format
| HEX | #4ce2f4 |
| RGB | rgb(76, 226, 244) |
| HSL | hsl(186, 88%, 63%) |
| CMYK | cmyk(69%, 7%, 0%, 4%) |
| LAB | lab(83.2 -33.4 -20.3) |
| LCH | lch(83.2 39.1 211.2) |
| OKLCH | oklch(0.842 0.126 206.6) |
Copy-ready code
/* CSS */
color: #4ce2f4;
background-color: #4ce2f4;
/* Tailwind (arbitrary) */
class="text-[#4ce2f4] bg-[#4ce2f4]"
/* SCSS */
$brand: #4ce2f4;
/* SwiftUI */
Color(red: 0.298, green: 0.886, blue: 0.957)
/* Android */
Color.parseColor("#4ce2f4")Accessibility — WCAG contrast
Aa
#4ce2f4 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce2f4 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green88.6%
Blue95.7%
CMYK percentages
Cyan68.9%
Magenta7.4%
Yellow0.0%
Key (black)4.3%
Color previews
#4ce2f4 text on a black background
contrast 13.49:1
Card sample
#4ce2f4 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce2f4;
Background color
Panel with #4ce2f4 background
background-color: #4ce2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 226, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 226, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce2f4; background: linear-gradient(135deg, #4ce2f4, #4C72F4);