#7cefff
a light, electric cyan · cool · closest name: skyblue
RGB
124, 239, 255
HSL
187°, 100%, 74%
CMYK
51, 6, 0, 0
Luminance
0.7324
Every format
| HEX | #7cefff |
| RGB | rgb(124, 239, 255) |
| HSL | hsl(187, 100%, 74%) |
| CMYK | cmyk(51%, 6%, 0%, 0%) |
| LAB | lab(88.6 -28.5 -17.8) |
| LCH | lch(88.6 33.6 211.9) |
| OKLCH | oklch(0.890 0.107 207.4) |
Copy-ready code
/* CSS */
color: #7cefff;
background-color: #7cefff;
/* Tailwind (arbitrary) */
class="text-[#7cefff] bg-[#7cefff]"
/* SCSS */
$brand: #7cefff;
/* SwiftUI */
Color(red: 0.486, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#7cefff")Accessibility — WCAG contrast
Aa
#7cefff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cefff on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.7%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#7cefff text on a black background
contrast 15.65:1
Card sample
#7cefff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cefff;
Background color
Panel with #7cefff background
background-color: #7cefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cefff; background: linear-gradient(135deg, #7cefff, #7C98FF);