#adc2eb
a light, vivid blue · cool · closest name: skyblue
RGB
173, 194, 235
HSL
220°, 61%, 80%
CMYK
26, 17, 0, 8
Luminance
0.5347
Every format
| HEX | #adc2eb |
| RGB | rgb(173, 194, 235) |
| HSL | hsl(220, 61%, 80%) |
| CMYK | cmyk(26%, 17%, 0%, 8%) |
| LAB | lab(78.2 1.9 -22.7) |
| LCH | lch(78.2 22.8 274.7) |
| OKLCH | oklch(0.812 0.063 263.7) |
Copy-ready code
/* CSS */
color: #adc2eb;
background-color: #adc2eb;
/* Tailwind (arbitrary) */
class="text-[#adc2eb] bg-[#adc2eb]"
/* SCSS */
$brand: #adc2eb;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#adc2eb")Accessibility — WCAG contrast
Aa
#adc2eb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2eb on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#adc2eb text on a black background
contrast 11.69:1
Card sample
#adc2eb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2eb;
Background color
Panel with #adc2eb background
background-color: #adc2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2eb; background: linear-gradient(135deg, #adc2eb, #C1ADEB);