#7fd1ff
a light, electric blue · cool · closest name: skyblue
RGB
127, 209, 255
HSL
202°, 100%, 75%
CMYK
50, 18, 0, 0
Luminance
0.5733
Every format
| HEX | #7fd1ff |
| RGB | rgb(127, 209, 255) |
| HSL | hsl(202, 100%, 75%) |
| CMYK | cmyk(50%, 18%, 0%, 0%) |
| LAB | lab(80.4 -12.8 -30.2) |
| LCH | lch(80.4 32.8 247.0) |
| OKLCH | oklch(0.825 0.103 234.5) |
Copy-ready code
/* CSS */
color: #7fd1ff;
background-color: #7fd1ff;
/* Tailwind (arbitrary) */
class="text-[#7fd1ff] bg-[#7fd1ff]"
/* SCSS */
$brand: #7fd1ff;
/* SwiftUI */
Color(red: 0.498, green: 0.820, blue: 1.000)
/* Android */
Color.parseColor("#7fd1ff")Accessibility — WCAG contrast
Aa
#7fd1ff on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd1ff on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.0%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta18.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7fd1ff text on a black background
contrast 12.47:1
Card sample
#7fd1ff text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd1ff;
Background color
Panel with #7fd1ff background
background-color: #7fd1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 209, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 209, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd1ff; background: linear-gradient(135deg, #7fd1ff, #827FFF);