#7fcafd
a light, electric blue · cool · closest name: skyblue
RGB
127, 202, 253
HSL
204°, 97%, 75%
CMYK
50, 20, 0, 1
Luminance
0.5384
Every format
| HEX | #7fcafd |
| RGB | rgb(127, 202, 253) |
| HSL | hsl(204, 97%, 75%) |
| CMYK | cmyk(50%, 20%, 0%, 1%) |
| LAB | lab(78.4 -9.7 -32.2) |
| LCH | lch(78.4 33.6 253.2) |
| OKLCH | oklch(0.809 0.104 239.6) |
Copy-ready code
/* CSS */
color: #7fcafd;
background-color: #7fcafd;
/* Tailwind (arbitrary) */
class="text-[#7fcafd] bg-[#7fcafd]"
/* SCSS */
$brand: #7fcafd;
/* SwiftUI */
Color(red: 0.498, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#7fcafd")Accessibility — WCAG contrast
Aa
#7fcafd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcafd on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green79.2%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#7fcafd text on a black background
contrast 11.77:1
Card sample
#7fcafd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcafd;
Background color
Panel with #7fcafd background
background-color: #7fcafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcafd; background: linear-gradient(135deg, #7fcafd, #887FFD);