#acdaff
a light, electric blue · cool · closest name: skyblue
RGB
172, 218, 255
HSL
207°, 100%, 84%
CMYK
33, 15, 0, 0
Luminance
0.6613
Every format
| HEX | #acdaff |
| RGB | rgb(172, 218, 255) |
| HSL | hsl(207, 100%, 84%) |
| CMYK | cmyk(33%, 15%, 0%, 0%) |
| LAB | lab(85.1 -6.4 -22.8) |
| LCH | lch(85.1 23.7 254.4) |
| OKLCH | oklch(0.869 0.070 242.9) |
Copy-ready code
/* CSS */
color: #acdaff;
background-color: #acdaff;
/* Tailwind (arbitrary) */
class="text-[#acdaff] bg-[#acdaff]"
/* SCSS */
$brand: #acdaff;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#acdaff")Accessibility — WCAG contrast
Aa
#acdaff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdaff on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#acdaff text on a black background
contrast 14.23:1
Card sample
#acdaff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdaff;
Background color
Panel with #acdaff background
background-color: #acdaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdaff; background: linear-gradient(135deg, #acdaff, #B5ACFF);