#7ce2fe
a light, electric cyan · cool · closest name: skyblue
RGB
124, 226, 254
HSL
193°, 99%, 74%
CMYK
51, 11, 0, 0
Luminance
0.6583
Every format
| HEX | #7ce2fe |
| RGB | rgb(124, 226, 254) |
| HSL | hsl(193, 99%, 74%) |
| CMYK | cmyk(51%, 11%, 0%, 0%) |
| LAB | lab(84.9 -22.4 -22.8) |
| LCH | lch(84.9 31.9 225.5) |
| OKLCH | oklch(0.861 0.103 217.8) |
Copy-ready code
/* CSS */
color: #7ce2fe;
background-color: #7ce2fe;
/* Tailwind (arbitrary) */
class="text-[#7ce2fe] bg-[#7ce2fe]"
/* SCSS */
$brand: #7ce2fe;
/* SwiftUI */
Color(red: 0.486, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#7ce2fe")Accessibility — WCAG contrast
Aa
#7ce2fe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce2fe on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green88.6%
Blue99.6%
CMYK percentages
Cyan51.2%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#7ce2fe text on a black background
contrast 14.17:1
Card sample
#7ce2fe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce2fe;
Background color
Panel with #7ce2fe background
background-color: #7ce2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce2fe; background: linear-gradient(135deg, #7ce2fe, #7C8BFE);