#adc2ff
a light, electric blue · cool · closest name: skyblue
RGB
173, 194, 255
HSL
225°, 100%, 84%
CMYK
32, 24, 0, 0
Luminance
0.5469
Every format
| HEX | #adc2ff |
| RGB | rgb(173, 194, 255) |
| HSL | hsl(225, 100%, 84%) |
| CMYK | cmyk(32%, 24%, 0%, 0%) |
| LAB | lab(78.9 6.7 -32.3) |
| LCH | lch(78.9 33.0 281.7) |
| OKLCH | oklch(0.820 0.089 269.7) |
Copy-ready code
/* CSS */
color: #adc2ff;
background-color: #adc2ff;
/* Tailwind (arbitrary) */
class="text-[#adc2ff] bg-[#adc2ff]"
/* SCSS */
$brand: #adc2ff;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#adc2ff")Accessibility — WCAG contrast
Aa
#adc2ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2ff on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#adc2ff text on a black background
contrast 11.94:1
Card sample
#adc2ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2ff;
Background color
Panel with #adc2ff background
background-color: #adc2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2ff; background: linear-gradient(135deg, #adc2ff, #CFADFF);