#4fcbfd
a light, electric cyan · cool · closest name: skyblue
RGB
79, 203, 253
HSL
197°, 98%, 65%
CMYK
69, 20, 0, 1
Luminance
0.5147
Every format
| HEX | #4fcbfd |
| RGB | rgb(79, 203, 253) |
| HSL | hsl(197, 98%, 65%) |
| CMYK | cmyk(69%, 20%, 0%, 1%) |
| LAB | lab(77.0 -18.9 -34.5) |
| LCH | lch(77.0 39.4 241.3) |
| OKLCH | oklch(0.793 0.129 228.6) |
Copy-ready code
/* CSS */
color: #4fcbfd;
background-color: #4fcbfd;
/* Tailwind (arbitrary) */
class="text-[#4fcbfd] bg-[#4fcbfd]"
/* SCSS */
$brand: #4fcbfd;
/* SwiftUI */
Color(red: 0.310, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#4fcbfd")Accessibility — WCAG contrast
Aa
#4fcbfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcbfd on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green79.6%
Blue99.2%
CMYK percentages
Cyan68.8%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#4fcbfd text on a black background
contrast 11.29:1
Card sample
#4fcbfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcbfd;
Background color
Panel with #4fcbfd background
background-color: #4fcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcbfd; background: linear-gradient(135deg, #4fcbfd, #4F57FD);