#acddf3
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 221, 243
HSL
199°, 75%, 81%
CMYK
29, 9, 0, 5
Luminance
0.6695
Every format
| HEX | #acddf3 |
| RGB | rgb(172, 221, 243) |
| HSL | hsl(199, 75%, 81%) |
| CMYK | cmyk(29%, 9%, 0%, 5%) |
| LAB | lab(85.5 -10.8 -15.9) |
| LCH | lch(85.5 19.2 235.8) |
| OKLCH | oklch(0.871 0.059 227.2) |
Copy-ready code
/* CSS */
color: #acddf3;
background-color: #acddf3;
/* Tailwind (arbitrary) */
class="text-[#acddf3] bg-[#acddf3]"
/* SCSS */
$brand: #acddf3;
/* SwiftUI */
Color(red: 0.675, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#acddf3")Accessibility — WCAG contrast
Aa
#acddf3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acddf3 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green86.7%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#acddf3 text on a black background
contrast 14.39:1
Card sample
#acddf3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acddf3;
Background color
Panel with #acddf3 background
background-color: #acddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acddf3; background: linear-gradient(135deg, #acddf3, #ACAEF3);