#acdffd
a light, electric blue · cool · closest name: skyblue
RGB
172, 223, 253
HSL
202°, 95%, 83%
CMYK
32, 12, 0, 1
Luminance
0.6864
Every format
| HEX | #acdffd |
| RGB | rgb(172, 223, 253) |
| HSL | hsl(202, 95%, 83%) |
| CMYK | cmyk(32%, 12%, 0%, 1%) |
| LAB | lab(86.3 -9.5 -19.9) |
| LCH | lch(86.3 22.0 244.5) |
| OKLCH | oklch(0.878 0.067 234.3) |
Copy-ready code
/* CSS */
color: #acdffd;
background-color: #acdffd;
/* Tailwind (arbitrary) */
class="text-[#acdffd] bg-[#acdffd]"
/* SCSS */
$brand: #acdffd;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#acdffd")Accessibility — WCAG contrast
Aa
#acdffd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdffd on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#acdffd text on a black background
contrast 14.73:1
Card sample
#acdffd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdffd;
Background color
Panel with #acdffd background
background-color: #acdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdffd; background: linear-gradient(135deg, #acdffd, #AFACFD);