#adc0eb
a light, vivid blue · cool · closest name: skyblue
RGB
173, 192, 235
HSL
222°, 61%, 80%
CMYK
26, 18, 0, 8
Luminance
0.5258
Every format
| HEX | #adc0eb |
| RGB | rgb(173, 192, 235) |
| HSL | hsl(222, 61%, 80%) |
| CMYK | cmyk(26%, 18%, 0%, 8%) |
| LAB | lab(77.6 2.9 -23.5) |
| LCH | lch(77.6 23.7 277.1) |
| OKLCH | oklch(0.808 0.065 266.3) |
Copy-ready code
/* CSS */
color: #adc0eb;
background-color: #adc0eb;
/* Tailwind (arbitrary) */
class="text-[#adc0eb] bg-[#adc0eb]"
/* SCSS */
$brand: #adc0eb;
/* SwiftUI */
Color(red: 0.678, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#adc0eb")Accessibility — WCAG contrast
Aa
#adc0eb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc0eb on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green75.3%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#adc0eb text on a black background
contrast 11.52:1
Card sample
#adc0eb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc0eb;
Background color
Panel with #adc0eb background
background-color: #adc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc0eb; background: linear-gradient(135deg, #adc0eb, #C3ADEB);