#4fc7ff
a light, electric cyan · cool · closest name: skyblue
RGB
79, 199, 255
HSL
199°, 100%, 66%
CMYK
69, 22, 0, 0
Luminance
0.4973
Every format
| HEX | #4fc7ff |
| RGB | rgb(79, 199, 255) |
| HSL | hsl(199, 100%, 66%) |
| CMYK | cmyk(69%, 22%, 0%, 0%) |
| LAB | lab(75.9 -16.2 -37.2) |
| LCH | lch(75.9 40.6 246.5) |
| OKLCH | oklch(0.785 0.132 232.3) |
Copy-ready code
/* CSS */
color: #4fc7ff;
background-color: #4fc7ff;
/* Tailwind (arbitrary) */
class="text-[#4fc7ff] bg-[#4fc7ff]"
/* SCSS */
$brand: #4fc7ff;
/* SwiftUI */
Color(red: 0.310, green: 0.780, blue: 1.000)
/* Android */
Color.parseColor("#4fc7ff")Accessibility — WCAG contrast
Aa
#4fc7ff on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc7ff on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green78.0%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta22.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4fc7ff text on a black background
contrast 10.95:1
Card sample
#4fc7ff text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc7ff;
Background color
Panel with #4fc7ff background
background-color: #4fc7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 199, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 199, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc7ff; background: linear-gradient(135deg, #4fc7ff, #4F52FF);