#adc4e4
a light, vivid blue · cool · closest name: skyblue
RGB
173, 196, 228
HSL
215°, 51%, 79%
CMYK
24, 14, 0, 11
Luminance
0.5397
Every format
| HEX | #adc4e4 |
| RGB | rgb(173, 196, 228) |
| HSL | hsl(215, 51%, 79%) |
| CMYK | cmyk(24%, 14%, 0%, 11%) |
| LAB | lab(78.4 -0.8 -18.5) |
| LCH | lch(78.4 18.5 267.4) |
| OKLCH | oklch(0.814 0.052 256.7) |
Copy-ready code
/* CSS */
color: #adc4e4;
background-color: #adc4e4;
/* Tailwind (arbitrary) */
class="text-[#adc4e4] bg-[#adc4e4]"
/* SCSS */
$brand: #adc4e4;
/* SwiftUI */
Color(red: 0.678, green: 0.769, blue: 0.894)
/* Android */
Color.parseColor("#adc4e4")Accessibility — WCAG contrast
Aa
#adc4e4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc4e4 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.9%
Blue89.4%
CMYK percentages
Cyan24.1%
Magenta14.0%
Yellow0.0%
Key (black)10.6%
Color previews
#adc4e4 text on a black background
contrast 11.79:1
Card sample
#adc4e4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc4e4;
Background color
Panel with #adc4e4 background
background-color: #adc4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 196, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 196, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc4e4; background: linear-gradient(135deg, #adc4e4, #BBADE4);