#ade7fc
a light, electric cyan · cool · closest name: skyblue
RGB
173, 231, 252
HSL
196°, 93%, 83%
CMYK
31, 8, 0, 1
Luminance
0.7306
Every format
| HEX | #ade7fc |
| RGB | rgb(173, 231, 252) |
| HSL | hsl(196, 93%, 83%) |
| CMYK | cmyk(31%, 8%, 0%, 1%) |
| LAB | lab(88.5 -13.5 -16.1) |
| LCH | lch(88.5 21.0 230.0) |
| OKLCH | oklch(0.895 0.066 222.2) |
Copy-ready code
/* CSS */
color: #ade7fc;
background-color: #ade7fc;
/* Tailwind (arbitrary) */
class="text-[#ade7fc] bg-[#ade7fc]"
/* SCSS */
$brand: #ade7fc;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#ade7fc")Accessibility — WCAG contrast
Aa
#ade7fc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade7fc on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ade7fc text on a black background
contrast 15.61:1
Card sample
#ade7fc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade7fc;
Background color
Panel with #ade7fc background
background-color: #ade7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade7fc; background: linear-gradient(135deg, #ade7fc, #ADB2FC);