#adc7fd
a light, electric blue · cool · closest name: skyblue
RGB
173, 199, 253
HSL
221°, 95%, 84%
CMYK
32, 21, 0, 1
Luminance
0.5682
Every format
| HEX | #adc7fd |
| RGB | rgb(173, 199, 253) |
| HSL | hsl(221, 95%, 84%) |
| CMYK | cmyk(32%, 21%, 0%, 1%) |
| LAB | lab(80.1 3.5 -29.4) |
| LCH | lch(80.1 29.6 276.8) |
| OKLCH | oklch(0.829 0.081 264.6) |
Copy-ready code
/* CSS */
color: #adc7fd;
background-color: #adc7fd;
/* Tailwind (arbitrary) */
class="text-[#adc7fd] bg-[#adc7fd]"
/* SCSS */
$brand: #adc7fd;
/* SwiftUI */
Color(red: 0.678, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#adc7fd")Accessibility — WCAG contrast
Aa
#adc7fd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc7fd on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.0%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#adc7fd text on a black background
contrast 12.36:1
Card sample
#adc7fd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc7fd;
Background color
Panel with #adc7fd background
background-color: #adc7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc7fd; background: linear-gradient(135deg, #adc7fd, #C8ADFD);