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