#adcef4
a light, electric blue · cool · closest name: skyblue
RGB
173, 206, 244
HSL
212°, 76%, 82%
CMYK
29, 16, 0, 4
Luminance
0.5956
Every format
| HEX | #adcef4 |
| RGB | rgb(173, 206, 244) |
| HSL | hsl(212, 76%, 82%) |
| CMYK | cmyk(29%, 16%, 0%, 4%) |
| LAB | lab(81.6 -2.4 -22.3) |
| LCH | lch(81.6 22.4 263.8) |
| OKLCH | oklch(0.840 0.064 252.2) |
Copy-ready code
/* CSS */
color: #adcef4;
background-color: #adcef4;
/* Tailwind (arbitrary) */
class="text-[#adcef4] bg-[#adcef4]"
/* SCSS */
$brand: #adcef4;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#adcef4")Accessibility — WCAG contrast
Aa
#adcef4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcef4 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#adcef4 text on a black background
contrast 12.91:1
Card sample
#adcef4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcef4;
Background color
Panel with #adcef4 background
background-color: #adcef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcef4; background: linear-gradient(135deg, #adcef4, #BBADF4);