#7fefff
a light, electric cyan · cool · closest name: skyblue
RGB
127, 239, 255
HSL
188°, 100%, 75%
CMYK
50, 6, 0, 0
Luminance
0.7347
Every format
| HEX | #7fefff |
| RGB | rgb(127, 239, 255) |
| HSL | hsl(188, 100%, 75%) |
| CMYK | cmyk(50%, 6%, 0%, 0%) |
| LAB | lab(88.7 -27.9 -17.6) |
| LCH | lch(88.7 33.0 212.2) |
| OKLCH | oklch(0.892 0.105 207.6) |
Copy-ready code
/* CSS */
color: #7fefff;
background-color: #7fefff;
/* Tailwind (arbitrary) */
class="text-[#7fefff] bg-[#7fefff]"
/* SCSS */
$brand: #7fefff;
/* SwiftUI */
Color(red: 0.498, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#7fefff")Accessibility — WCAG contrast
Aa
#7fefff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fefff on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.7%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#7fefff text on a black background
contrast 15.69:1
Card sample
#7fefff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fefff;
Background color
Panel with #7fefff background
background-color: #7fefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fefff; background: linear-gradient(135deg, #7fefff, #7F9AFF);