#4fc2ff
a light, electric blue · cool · closest name: skyblue
RGB
79, 194, 255
HSL
201°, 100%, 66%
CMYK
69, 24, 0, 0
Luminance
0.4747
Every format
| HEX | #4fc2ff |
| RGB | rgb(79, 194, 255) |
| HSL | hsl(201, 100%, 66%) |
| CMYK | cmyk(69%, 24%, 0%, 0%) |
| LAB | lab(74.5 -13.6 -39.4) |
| LCH | lch(74.5 41.7 251.0) |
| OKLCH | oklch(0.774 0.135 235.6) |
Copy-ready code
/* CSS */
color: #4fc2ff;
background-color: #4fc2ff;
/* Tailwind (arbitrary) */
class="text-[#4fc2ff] bg-[#4fc2ff]"
/* SCSS */
$brand: #4fc2ff;
/* SwiftUI */
Color(red: 0.310, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#4fc2ff")Accessibility — WCAG contrast
Aa
#4fc2ff on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc2ff on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green76.1%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#4fc2ff text on a black background
contrast 10.49:1
Card sample
#4fc2ff text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc2ff;
Background color
Panel with #4fc2ff background
background-color: #4fc2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc2ff; background: linear-gradient(135deg, #4fc2ff, #514FFF);