#acddf6
a light, electric blue · cool · closest name: skyblue
RGB
172, 221, 246
HSL
200°, 80%, 82%
CMYK
30, 10, 0, 4
Luminance
0.6714
Every format
| HEX | #acddf6 |
| RGB | rgb(172, 221, 246) |
| HSL | hsl(200, 80%, 82%) |
| CMYK | cmyk(30%, 10%, 0%, 4%) |
| LAB | lab(85.6 -10.1 -17.3) |
| LCH | lch(85.6 20.0 239.8) |
| OKLCH | oklch(0.872 0.061 230.5) |
Copy-ready code
/* CSS */
color: #acddf6;
background-color: #acddf6;
/* Tailwind (arbitrary) */
class="text-[#acddf6] bg-[#acddf6]"
/* SCSS */
$brand: #acddf6;
/* SwiftUI */
Color(red: 0.675, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#acddf6")Accessibility — WCAG contrast
Aa
#acddf6 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acddf6 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green86.7%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#acddf6 text on a black background
contrast 14.43:1
Card sample
#acddf6 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acddf6;
Background color
Panel with #acddf6 background
background-color: #acddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acddf6; background: linear-gradient(135deg, #acddf6, #ADACF6);