#adc2f8
a light, electric blue · cool · closest name: skyblue
RGB
173, 194, 248
HSL
223°, 84%, 83%
CMYK
30, 22, 0, 3
Luminance
0.5425
Every format
| HEX | #adc2f8 |
| RGB | rgb(173, 194, 248) |
| HSL | hsl(223, 84%, 83%) |
| CMYK | cmyk(30%, 22%, 0%, 3%) |
| LAB | lab(78.6 5.0 -29.0) |
| LCH | lch(78.6 29.4 279.7) |
| OKLCH | oklch(0.817 0.080 268.1) |
Copy-ready code
/* CSS */
color: #adc2f8;
background-color: #adc2f8;
/* Tailwind (arbitrary) */
class="text-[#adc2f8] bg-[#adc2f8]"
/* SCSS */
$brand: #adc2f8;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.973)
/* Android */
Color.parseColor("#adc2f8")Accessibility — WCAG contrast
Aa
#adc2f8 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2f8 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta21.8%
Yellow0.0%
Key (black)2.7%
Color previews
#adc2f8 text on a black background
contrast 11.85:1
Card sample
#adc2f8 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2f8;
Background color
Panel with #adc2f8 background
background-color: #adc2f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2f8; background: linear-gradient(135deg, #adc2f8, #CAADF8);