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