#4fcffd
a light, electric cyan · cool · closest name: skyblue
RGB
79, 207, 253
HSL
196°, 98%, 65%
CMYK
69, 18, 0, 1
Luminance
0.5338
Every format
| HEX | #4fcffd |
| RGB | rgb(79, 207, 253) |
| HSL | hsl(196, 98%, 65%) |
| CMYK | cmyk(69%, 18%, 0%, 1%) |
| LAB | lab(78.1 -21.0 -32.8) |
| LCH | lch(78.1 38.9 237.4) |
| OKLCH | oklch(0.802 0.128 225.8) |
Copy-ready code
/* CSS */
color: #4fcffd;
background-color: #4fcffd;
/* Tailwind (arbitrary) */
class="text-[#4fcffd] bg-[#4fcffd]"
/* SCSS */
$brand: #4fcffd;
/* SwiftUI */
Color(red: 0.310, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#4fcffd")Accessibility — WCAG contrast
Aa
#4fcffd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcffd on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green81.2%
Blue99.2%
CMYK percentages
Cyan68.8%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#4fcffd text on a black background
contrast 11.68:1
Card sample
#4fcffd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcffd;
Background color
Panel with #4fcffd background
background-color: #4fcffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcffd; background: linear-gradient(135deg, #4fcffd, #4F5BFD);