#adcefc
a light, electric blue · cool · closest name: skyblue
RGB
173, 206, 252
HSL
215°, 93%, 83%
CMYK
31, 18, 0, 1
Luminance
0.6006
Every format
| HEX | #adcefc |
| RGB | rgb(173, 206, 252) |
| HSL | hsl(215, 93%, 83%) |
| CMYK | cmyk(31%, 18%, 0%, 1%) |
| LAB | lab(81.9 -0.5 -26.1) |
| LCH | lch(81.9 26.1 268.9) |
| OKLCH | oklch(0.843 0.074 256.7) |
Copy-ready code
/* CSS */
color: #adcefc;
background-color: #adcefc;
/* Tailwind (arbitrary) */
class="text-[#adcefc] bg-[#adcefc]"
/* SCSS */
$brand: #adcefc;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#adcefc")Accessibility — WCAG contrast
Aa
#adcefc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcefc on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#adcefc text on a black background
contrast 13.01:1
Card sample
#adcefc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcefc;
Background color
Panel with #adcefc background
background-color: #adcefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcefc; background: linear-gradient(135deg, #adcefc, #C1ADFC);