#7decff
a light, electric cyan · cool · closest name: skyblue
RGB
125, 236, 255
HSL
189°, 100%, 75%
CMYK
51, 8, 0, 0
Luminance
0.7157
Every format
| HEX | #7decff |
| RGB | rgb(125, 236, 255) |
| HSL | hsl(189, 100%, 75%) |
| CMYK | cmyk(51%, 8%, 0%, 0%) |
| LAB | lab(87.8 -26.8 -19.0) |
| LCH | lch(87.8 32.9 215.2) |
| OKLCH | oklch(0.884 0.105 209.9) |
Copy-ready code
/* CSS */
color: #7decff;
background-color: #7decff;
/* Tailwind (arbitrary) */
class="text-[#7decff] bg-[#7decff]"
/* SCSS */
$brand: #7decff;
/* SwiftUI */
Color(red: 0.490, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#7decff")Accessibility — WCAG contrast
Aa
#7decff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7decff on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green92.5%
Blue100.0%
CMYK percentages
Cyan51.0%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#7decff text on a black background
contrast 15.31:1
Card sample
#7decff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7decff;
Background color
Panel with #7decff background
background-color: #7decff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7decff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7decff; background: linear-gradient(135deg, #7decff, #7D95FF);