#acdffb
a light, electric blue · cool · closest name: skyblue
RGB
172, 223, 251
HSL
201°, 91%, 83%
CMYK
32, 11, 0, 2
Luminance
0.6851
Every format
| HEX | #acdffb |
| RGB | rgb(172, 223, 251) |
| HSL | hsl(201, 91%, 83%) |
| CMYK | cmyk(32%, 11%, 0%, 2%) |
| LAB | lab(86.3 -9.9 -18.9) |
| LCH | lch(86.3 21.4 242.3) |
| OKLCH | oklch(0.878 0.065 232.5) |
Copy-ready code
/* CSS */
color: #acdffb;
background-color: #acdffb;
/* Tailwind (arbitrary) */
class="text-[#acdffb] bg-[#acdffb]"
/* SCSS */
$brand: #acdffb;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#acdffb")Accessibility — WCAG contrast
Aa
#acdffb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdffb on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue98.4%
CMYK percentages
Cyan31.5%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#acdffb text on a black background
contrast 14.70:1
Card sample
#acdffb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdffb;
Background color
Panel with #acdffb background
background-color: #acdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdffb; background: linear-gradient(135deg, #acdffb, #AEACFB);