#7ce2fc
a light, electric cyan · cool · closest name: skyblue
RGB
124, 226, 252
HSL
192°, 96%, 74%
CMYK
51, 10, 0, 1
Luminance
0.6571
Every format
| HEX | #7ce2fc |
| RGB | rgb(124, 226, 252) |
| HSL | hsl(192, 96%, 74%) |
| CMYK | cmyk(51%, 10%, 0%, 1%) |
| LAB | lab(84.8 -22.9 -21.8) |
| LCH | lch(84.8 31.6 223.5) |
| OKLCH | oklch(0.860 0.102 216.4) |
Copy-ready code
/* CSS */
color: #7ce2fc;
background-color: #7ce2fc;
/* Tailwind (arbitrary) */
class="text-[#7ce2fc] bg-[#7ce2fc]"
/* SCSS */
$brand: #7ce2fc;
/* SwiftUI */
Color(red: 0.486, green: 0.886, blue: 0.988)
/* Android */
Color.parseColor("#7ce2fc")Accessibility — WCAG contrast
Aa
#7ce2fc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce2fc on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green88.6%
Blue98.8%
CMYK percentages
Cyan50.8%
Magenta10.3%
Yellow0.0%
Key (black)1.2%
Color previews
#7ce2fc text on a black background
contrast 14.14:1
Card sample
#7ce2fc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce2fc;
Background color
Panel with #7ce2fc background
background-color: #7ce2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 226, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 226, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce2fc; background: linear-gradient(135deg, #7ce2fc, #7C8DFC);