#4ad2fe
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 210, 254
HSL
195°, 99%, 64%
CMYK
71, 17, 0, 0
Luminance
0.5470
Every format
| HEX | #4ad2fe |
| RGB | rgb(74, 210, 254) |
| HSL | hsl(195, 99%, 64%) |
| CMYK | cmyk(71%, 17%, 0%, 0%) |
| LAB | lab(78.9 -22.9 -32.1) |
| LCH | lch(78.9 39.4 234.6) |
| OKLCH | oklch(0.808 0.130 223.7) |
Copy-ready code
/* CSS */
color: #4ad2fe;
background-color: #4ad2fe;
/* Tailwind (arbitrary) */
class="text-[#4ad2fe] bg-[#4ad2fe]"
/* SCSS */
$brand: #4ad2fe;
/* SwiftUI */
Color(red: 0.290, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#4ad2fe")Accessibility — WCAG contrast
Aa
#4ad2fe on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ad2fe on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green82.4%
Blue99.6%
CMYK percentages
Cyan70.9%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#4ad2fe text on a black background
contrast 11.94:1
Card sample
#4ad2fe text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ad2fe;
Background color
Panel with #4ad2fe background
background-color: #4ad2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ad2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ad2fe; background: linear-gradient(135deg, #4ad2fe, #4A5AFE);