#4fccff
a light, electric cyan · cool · closest name: skyblue
RGB
79, 204, 255
HSL
197°, 100%, 66%
CMYK
69, 20, 0, 0
Luminance
0.5207
Every format
| HEX | #4fccff |
| RGB | rgb(79, 204, 255) |
| HSL | hsl(197, 100%, 66%) |
| CMYK | cmyk(69%, 20%, 0%, 0%) |
| LAB | lab(77.3 -18.8 -35.0) |
| LCH | lch(77.3 39.8 241.8) |
| OKLCH | oklch(0.796 0.130 229.0) |
Copy-ready code
/* CSS */
color: #4fccff;
background-color: #4fccff;
/* Tailwind (arbitrary) */
class="text-[#4fccff] bg-[#4fccff]"
/* SCSS */
$brand: #4fccff;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#4fccff")Accessibility — WCAG contrast
Aa
#4fccff on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fccff on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4fccff text on a black background
contrast 11.41:1
Card sample
#4fccff text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fccff;
Background color
Panel with #4fccff background
background-color: #4fccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fccff; background: linear-gradient(135deg, #4fccff, #4F57FF);