#adc4f3
a light, vivid blue · cool · closest name: skyblue
RGB
173, 196, 243
HSL
220°, 75%, 82%
CMYK
29, 19, 0, 5
Luminance
0.5484
Every format
| HEX | #adc4f3 |
| RGB | rgb(173, 196, 243) |
| HSL | hsl(220, 75%, 82%) |
| CMYK | cmyk(29%, 19%, 0%, 5%) |
| LAB | lab(79.0 2.7 -25.8) |
| LCH | lch(79.0 25.9 275.9) |
| OKLCH | oklch(0.819 0.071 264.5) |
Copy-ready code
/* CSS */
color: #adc4f3;
background-color: #adc4f3;
/* Tailwind (arbitrary) */
class="text-[#adc4f3] bg-[#adc4f3]"
/* SCSS */
$brand: #adc4f3;
/* SwiftUI */
Color(red: 0.678, green: 0.769, blue: 0.953)
/* Android */
Color.parseColor("#adc4f3")Accessibility — WCAG contrast
Aa
#adc4f3 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc4f3 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.9%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta19.3%
Yellow0.0%
Key (black)4.7%
Color previews
#adc4f3 text on a black background
contrast 11.97:1
Card sample
#adc4f3 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc4f3;
Background color
Panel with #adc4f3 background
background-color: #adc4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 196, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 196, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc4f3; background: linear-gradient(135deg, #adc4f3, #C5ADF3);