#4cc6fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 198, 253
HSL
199°, 98%, 65%
CMYK
70, 22, 0, 1
Luminance
0.4902
Every format
| HEX | #4cc6fd |
| RGB | rgb(76, 198, 253) |
| HSL | hsl(199, 98%, 65%) |
| CMYK | cmyk(70%, 22%, 0%, 1%) |
| LAB | lab(75.5 -16.7 -36.9) |
| LCH | lch(75.5 40.5 245.6) |
| OKLCH | oklch(0.781 0.132 231.6) |
Copy-ready code
/* CSS */
color: #4cc6fd;
background-color: #4cc6fd;
/* Tailwind (arbitrary) */
class="text-[#4cc6fd] bg-[#4cc6fd]"
/* SCSS */
$brand: #4cc6fd;
/* SwiftUI */
Color(red: 0.298, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#4cc6fd")Accessibility — WCAG contrast
Aa
#4cc6fd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cc6fd on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green77.6%
Blue99.2%
CMYK percentages
Cyan70.0%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4cc6fd text on a black background
contrast 10.80:1
Card sample
#4cc6fd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cc6fd;
Background color
Panel with #4cc6fd background
background-color: #4cc6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cc6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cc6fd; background: linear-gradient(135deg, #4cc6fd, #4C50FD);