#7cddf2
a light, electric cyan · cool · closest name: skyblue
RGB
124, 221, 242
HSL
191°, 82%, 72%
CMYK
49, 9, 0, 5
Luminance
0.6241
Every format
| HEX | #7cddf2 |
| RGB | rgb(124, 221, 242) |
| HSL | hsl(191, 82%, 72%) |
| CMYK | cmyk(49%, 9%, 0%, 5%) |
| LAB | lab(83.1 -23.1 -19.1) |
| LCH | lch(83.1 30.0 219.6) |
| OKLCH | oklch(0.846 0.096 213.3) |
Copy-ready code
/* CSS */
color: #7cddf2;
background-color: #7cddf2;
/* Tailwind (arbitrary) */
class="text-[#7cddf2] bg-[#7cddf2]"
/* SCSS */
$brand: #7cddf2;
/* SwiftUI */
Color(red: 0.486, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#7cddf2")Accessibility — WCAG contrast
Aa
#7cddf2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cddf2 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.7%
Blue94.9%
CMYK percentages
Cyan48.8%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#7cddf2 text on a black background
contrast 13.48:1
Card sample
#7cddf2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cddf2;
Background color
Panel with #7cddf2 background
background-color: #7cddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cddf2; background: linear-gradient(135deg, #7cddf2, #7C8EF2);