#4fbcfc
a balanced, electric blue · cool · closest name: skyblue
RGB
79, 188, 252
HSL
202°, 97%, 65%
CMYK
69, 25, 0, 1
Luminance
0.4466
Every format
| HEX | #4fbcfc |
| RGB | rgb(79, 188, 252) |
| HSL | hsl(202, 97%, 65%) |
| CMYK | cmyk(69%, 25%, 0%, 1%) |
| LAB | lab(72.7 -11.3 -40.7) |
| LCH | lch(72.7 42.2 254.4) |
| OKLCH | oklch(0.759 0.135 238.1) |
Copy-ready code
/* CSS */
color: #4fbcfc;
background-color: #4fbcfc;
/* Tailwind (arbitrary) */
class="text-[#4fbcfc] bg-[#4fbcfc]"
/* SCSS */
$brand: #4fbcfc;
/* SwiftUI */
Color(red: 0.310, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#4fbcfc")Accessibility — WCAG contrast
Aa
#4fbcfc on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbcfc on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green73.7%
Blue98.8%
CMYK percentages
Cyan68.7%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#4fbcfc text on a black background
contrast 9.93:1
Card sample
#4fbcfc text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbcfc;
Background color
Panel with #4fbcfc background
background-color: #4fbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbcfc; background: linear-gradient(135deg, #4fbcfc, #554FFC);