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