#7decfd
a light, electric cyan · cool · closest name: skyblue
RGB
125, 236, 253
HSL
188°, 97%, 74%
CMYK
51, 7, 0, 1
Luminance
0.7144
Every format
| HEX | #7decfd |
| RGB | rgb(125, 236, 253) |
| HSL | hsl(188, 97%, 74%) |
| CMYK | cmyk(51%, 7%, 0%, 1%) |
| LAB | lab(87.7 -27.4 -18.0) |
| LCH | lch(87.7 32.8 213.3) |
| OKLCH | oklch(0.883 0.104 208.5) |
Copy-ready code
/* CSS */
color: #7decfd;
background-color: #7decfd;
/* Tailwind (arbitrary) */
class="text-[#7decfd] bg-[#7decfd]"
/* SCSS */
$brand: #7decfd;
/* SwiftUI */
Color(red: 0.490, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#7decfd")Accessibility — WCAG contrast
Aa
#7decfd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7decfd on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green92.5%
Blue99.2%
CMYK percentages
Cyan50.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#7decfd text on a black background
contrast 15.29:1
Card sample
#7decfd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7decfd;
Background color
Panel with #7decfd background
background-color: #7decfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7decfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7decfd; background: linear-gradient(135deg, #7decfd, #7D97FD);