#acdfff
a light, electric blue · cool · closest name: skyblue
RGB
172, 223, 255
HSL
203°, 100%, 84%
CMYK
33, 13, 0, 0
Luminance
0.6877
Every format
| HEX | #acdfff |
| RGB | rgb(172, 223, 255) |
| HSL | hsl(203, 100%, 84%) |
| CMYK | cmyk(33%, 13%, 0%, 0%) |
| LAB | lab(86.4 -9.0 -20.8) |
| LCH | lch(86.4 22.7 246.7) |
| OKLCH | oklch(0.879 0.069 236.1) |
Copy-ready code
/* CSS */
color: #acdfff;
background-color: #acdfff;
/* Tailwind (arbitrary) */
class="text-[#acdfff] bg-[#acdfff]"
/* SCSS */
$brand: #acdfff;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#acdfff")Accessibility — WCAG contrast
Aa
#acdfff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfff on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#acdfff text on a black background
contrast 14.75:1
Card sample
#acdfff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfff;
Background color
Panel with #acdfff background
background-color: #acdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfff; background: linear-gradient(135deg, #acdfff, #B0ACFF);