#7feefd
a light, electric cyan · cool · closest name: skyblue
RGB
127, 238, 253
HSL
187°, 97%, 75%
CMYK
50, 6, 0, 1
Luminance
0.7275
Every format
| HEX | #7feefd |
| RGB | rgb(127, 238, 253) |
| HSL | hsl(187, 97%, 75%) |
| CMYK | cmyk(50%, 6%, 0%, 1%) |
| LAB | lab(88.3 -27.9 -17.1) |
| LCH | lch(88.3 32.7 211.4) |
| OKLCH | oklch(0.889 0.104 207.0) |
Copy-ready code
/* CSS */
color: #7feefd;
background-color: #7feefd;
/* Tailwind (arbitrary) */
class="text-[#7feefd] bg-[#7feefd]"
/* SCSS */
$brand: #7feefd;
/* SwiftUI */
Color(red: 0.498, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#7feefd")Accessibility — WCAG contrast
Aa
#7feefd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7feefd on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.3%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#7feefd text on a black background
contrast 15.55:1
Card sample
#7feefd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7feefd;
Background color
Panel with #7feefd background
background-color: #7feefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7feefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7feefd; background: linear-gradient(135deg, #7feefd, #7F9AFD);