#adcef9
a light, electric blue · cool · closest name: skyblue
RGB
173, 206, 249
HSL
214°, 86%, 83%
CMYK
31, 17, 0, 2
Luminance
0.5987
Every format
| HEX | #adcef9 |
| RGB | rgb(173, 206, 249) |
| HSL | hsl(214, 86%, 83%) |
| CMYK | cmyk(31%, 17%, 0%, 2%) |
| LAB | lab(81.8 -1.2 -24.7) |
| LCH | lch(81.8 24.7 267.1) |
| OKLCH | oklch(0.842 0.070 255.2) |
Copy-ready code
/* CSS */
color: #adcef9;
background-color: #adcef9;
/* Tailwind (arbitrary) */
class="text-[#adcef9] bg-[#adcef9]"
/* SCSS */
$brand: #adcef9;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#adcef9")Accessibility — WCAG contrast
Aa
#adcef9 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcef9 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue97.6%
CMYK percentages
Cyan30.5%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#adcef9 text on a black background
contrast 12.97:1
Card sample
#adcef9 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcef9;
Background color
Panel with #adcef9 background
background-color: #adcef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcef9; background: linear-gradient(135deg, #adcef9, #BEADF9);