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