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