#adc9eb
a light, vivid blue · cool · closest name: skyblue
RGB
173, 201, 235
HSL
213°, 61%, 80%
CMYK
26, 15, 0, 8
Luminance
0.5666
Every format
| HEX | #adc9eb |
| RGB | rgb(173, 201, 235) |
| HSL | hsl(213, 61%, 80%) |
| CMYK | cmyk(26%, 15%, 0%, 8%) |
| LAB | lab(80.0 -1.9 -19.9) |
| LCH | lch(80.0 20.0 264.6) |
| OKLCH | oklch(0.827 0.057 253.4) |
Copy-ready code
/* CSS */
color: #adc9eb;
background-color: #adc9eb;
/* Tailwind (arbitrary) */
class="text-[#adc9eb] bg-[#adc9eb]"
/* SCSS */
$brand: #adc9eb;
/* SwiftUI */
Color(red: 0.678, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#adc9eb")Accessibility — WCAG contrast
Aa
#adc9eb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc9eb on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.8%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#adc9eb text on a black background
contrast 12.33:1
Card sample
#adc9eb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc9eb;
Background color
Panel with #adc9eb background
background-color: #adc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc9eb; background: linear-gradient(135deg, #adc9eb, #BAADEB);