#adcef3
a light, vivid blue · cool · closest name: skyblue
RGB
173, 206, 243
HSL
212°, 75%, 82%
CMYK
29, 15, 0, 5
Luminance
0.5950
Every format
| HEX | #adcef3 |
| RGB | rgb(173, 206, 243) |
| HSL | hsl(212, 75%, 82%) |
| CMYK | cmyk(29%, 15%, 0%, 5%) |
| LAB | lab(81.6 -2.7 -21.8) |
| LCH | lch(81.6 21.9 263.0) |
| OKLCH | oklch(0.840 0.063 251.5) |
Copy-ready code
/* CSS */
color: #adcef3;
background-color: #adcef3;
/* Tailwind (arbitrary) */
class="text-[#adcef3] bg-[#adcef3]"
/* SCSS */
$brand: #adcef3;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#adcef3")Accessibility — WCAG contrast
Aa
#adcef3 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcef3 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#adcef3 text on a black background
contrast 12.90:1
Card sample
#adcef3 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcef3;
Background color
Panel with #adcef3 background
background-color: #adcef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcef3; background: linear-gradient(135deg, #adcef3, #BBADF3);