#7ceafd
a light, electric cyan · cool · closest name: skyblue
RGB
124, 234, 253
HSL
189°, 97%, 74%
CMYK
51, 8, 0, 1
Luminance
0.7022
Every format
| HEX | #7ceafd |
| RGB | rgb(124, 234, 253) |
| HSL | hsl(189, 97%, 74%) |
| CMYK | cmyk(51%, 8%, 0%, 1%) |
| LAB | lab(87.1 -26.6 -18.9) |
| LCH | lch(87.1 32.6 215.4) |
| OKLCH | oklch(0.878 0.104 210.1) |
Copy-ready code
/* CSS */
color: #7ceafd;
background-color: #7ceafd;
/* Tailwind (arbitrary) */
class="text-[#7ceafd] bg-[#7ceafd]"
/* SCSS */
$brand: #7ceafd;
/* SwiftUI */
Color(red: 0.486, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#7ceafd")Accessibility — WCAG contrast
Aa
#7ceafd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceafd on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green91.8%
Blue99.2%
CMYK percentages
Cyan51.0%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7ceafd text on a black background
contrast 15.04:1
Card sample
#7ceafd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceafd;
Background color
Panel with #7ceafd background
background-color: #7ceafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceafd; background: linear-gradient(135deg, #7ceafd, #7C94FD);