#adcdfe
a light, electric blue · cool · closest name: skyblue
RGB
173, 205, 254
HSL
216°, 98%, 84%
CMYK
32, 19, 0, 0
Luminance
0.5970
Every format
| HEX | #adcdfe |
| RGB | rgb(173, 205, 254) |
| HSL | hsl(216, 98%, 84%) |
| CMYK | cmyk(32%, 19%, 0%, 0%) |
| LAB | lab(81.7 0.5 -27.5) |
| LCH | lch(81.7 27.5 271.1) |
| OKLCH | oklch(0.842 0.077 258.8) |
Copy-ready code
/* CSS */
color: #adcdfe;
background-color: #adcdfe;
/* Tailwind (arbitrary) */
class="text-[#adcdfe] bg-[#adcdfe]"
/* SCSS */
$brand: #adcdfe;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#adcdfe")Accessibility — WCAG contrast
Aa
#adcdfe on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcdfe on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#adcdfe text on a black background
contrast 12.94:1
Card sample
#adcdfe text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcdfe;
Background color
Panel with #adcdfe background
background-color: #adcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcdfe; background: linear-gradient(135deg, #adcdfe, #C3ADFE);