#acddfe
a light, electric blue · cool · closest name: skyblue
RGB
172, 221, 254
HSL
204°, 98%, 84%
CMYK
32, 13, 0, 0
Luminance
0.6764
Every format
| HEX | #acddfe |
| RGB | rgb(172, 221, 254) |
| HSL | hsl(204, 98%, 84%) |
| CMYK | cmyk(32%, 13%, 0%, 0%) |
| LAB | lab(85.8 -8.2 -21.1) |
| LCH | lch(85.8 22.7 248.8) |
| OKLCH | oklch(0.874 0.068 238.0) |
Copy-ready code
/* CSS */
color: #acddfe;
background-color: #acddfe;
/* Tailwind (arbitrary) */
class="text-[#acddfe] bg-[#acddfe]"
/* SCSS */
$brand: #acddfe;
/* SwiftUI */
Color(red: 0.675, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#acddfe")Accessibility — WCAG contrast
Aa
#acddfe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acddfe on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green86.7%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#acddfe text on a black background
contrast 14.53:1
Card sample
#acddfe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acddfe;
Background color
Panel with #acddfe background
background-color: #acddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acddfe; background: linear-gradient(135deg, #acddfe, #B1ACFE);