#7fdbff
a light, electric cyan · cool · closest name: skyblue
RGB
127, 219, 255
HSL
197°, 100%, 75%
CMYK
50, 14, 0, 0
Luminance
0.6240
Every format
| HEX | #7fdbff |
| RGB | rgb(127, 219, 255) |
| HSL | hsl(197, 100%, 75%) |
| CMYK | cmyk(50%, 14%, 0%, 0%) |
| LAB | lab(83.1 -18.0 -26.0) |
| LCH | lch(83.1 31.6 235.3) |
| OKLCH | oklch(0.847 0.101 225.4) |
Copy-ready code
/* CSS */
color: #7fdbff;
background-color: #7fdbff;
/* Tailwind (arbitrary) */
class="text-[#7fdbff] bg-[#7fdbff]"
/* SCSS */
$brand: #7fdbff;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#7fdbff")Accessibility — WCAG contrast
Aa
#7fdbff on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdbff on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7fdbff text on a black background
contrast 13.48:1
Card sample
#7fdbff text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdbff;
Background color
Panel with #7fdbff background
background-color: #7fdbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdbff; background: linear-gradient(135deg, #7fdbff, #7F86FF);