#7fdff9
a light, electric cyan · cool · closest name: skyblue
RGB
127, 223, 249
HSL
193°, 91%, 74%
CMYK
49, 10, 0, 2
Luminance
0.6413
Every format
| HEX | #7fdff9 |
| RGB | rgb(127, 223, 249) |
| HSL | hsl(193, 91%, 74%) |
| CMYK | cmyk(49%, 10%, 0%, 2%) |
| LAB | lab(84.0 -21.6 -21.4) |
| LCH | lch(84.0 30.4 224.8) |
| OKLCH | oklch(0.854 0.098 217.4) |
Copy-ready code
/* CSS */
color: #7fdff9;
background-color: #7fdff9;
/* Tailwind (arbitrary) */
class="text-[#7fdff9] bg-[#7fdff9]"
/* SCSS */
$brand: #7fdff9;
/* SwiftUI */
Color(red: 0.498, green: 0.875, blue: 0.976)
/* Android */
Color.parseColor("#7fdff9")Accessibility — WCAG contrast
Aa
#7fdff9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdff9 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.5%
Blue97.6%
CMYK percentages
Cyan49.0%
Magenta10.4%
Yellow0.0%
Key (black)2.4%
Color previews
#7fdff9 text on a black background
contrast 13.83:1
Card sample
#7fdff9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdff9;
Background color
Panel with #7fdff9 background
background-color: #7fdff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 223, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 223, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdff9; background: linear-gradient(135deg, #7fdff9, #7F8EF9);