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