#ade3f7
a light, electric cyan · cool · closest name: skyblue
RGB
173, 227, 247
HSL
196°, 82%, 82%
CMYK
30, 8, 0, 3
Luminance
0.7054
Every format
| HEX | #ade3f7 |
| RGB | rgb(173, 227, 247) |
| HSL | hsl(196, 82%, 82%) |
| CMYK | cmyk(30%, 8%, 0%, 3%) |
| LAB | lab(87.3 -12.7 -15.3) |
| LCH | lch(87.3 19.9 230.4) |
| OKLCH | oklch(0.885 0.062 222.7) |
Copy-ready code
/* CSS */
color: #ade3f7;
background-color: #ade3f7;
/* Tailwind (arbitrary) */
class="text-[#ade3f7] bg-[#ade3f7]"
/* SCSS */
$brand: #ade3f7;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.969)
/* Android */
Color.parseColor("#ade3f7")Accessibility — WCAG contrast
Aa
#ade3f7 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade3f7 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue96.9%
CMYK percentages
Cyan30.0%
Magenta8.1%
Yellow0.0%
Key (black)3.1%
Color previews
#ade3f7 text on a black background
contrast 15.11:1
Card sample
#ade3f7 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade3f7;
Background color
Panel with #ade3f7 background
background-color: #ade3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade3f7; background: linear-gradient(135deg, #ade3f7, #ADB2F7);