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