#7fcdfd
a light, electric blue · cool · closest name: skyblue
RGB
127, 205, 253
HSL
203°, 97%, 75%
CMYK
50, 19, 0, 1
Luminance
0.5527
Every format
| HEX | #7fcdfd |
| RGB | rgb(127, 205, 253) |
| HSL | hsl(203, 97%, 75%) |
| CMYK | cmyk(50%, 19%, 0%, 1%) |
| LAB | lab(79.2 -11.3 -30.9) |
| LCH | lch(79.2 32.9 250.0) |
| OKLCH | oklch(0.816 0.103 236.9) |
Copy-ready code
/* CSS */
color: #7fcdfd;
background-color: #7fcdfd;
/* Tailwind (arbitrary) */
class="text-[#7fcdfd] bg-[#7fcdfd]"
/* SCSS */
$brand: #7fcdfd;
/* SwiftUI */
Color(red: 0.498, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#7fcdfd")Accessibility — WCAG contrast
Aa
#7fcdfd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcdfd on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.4%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7fcdfd text on a black background
contrast 12.05:1
Card sample
#7fcdfd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcdfd;
Background color
Panel with #7fcdfd background
background-color: #7fcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcdfd; background: linear-gradient(135deg, #7fcdfd, #857FFD);