#acccff
a light, electric blue · cool · closest name: skyblue
RGB
172, 204, 255
HSL
217°, 100%, 84%
CMYK
33, 20, 0, 0
Luminance
0.5918
Every format
| HEX | #acccff |
| RGB | rgb(172, 204, 255) |
| HSL | hsl(217, 100%, 84%) |
| CMYK | cmyk(33%, 20%, 0%, 0%) |
| LAB | lab(81.4 1.0 -28.4) |
| LCH | lch(81.4 28.5 272.0) |
| OKLCH | oklch(0.840 0.080 259.6) |
Copy-ready code
/* CSS */
color: #acccff;
background-color: #acccff;
/* Tailwind (arbitrary) */
class="text-[#acccff] bg-[#acccff]"
/* SCSS */
$brand: #acccff;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#acccff")Accessibility — WCAG contrast
Aa
#acccff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccff on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#acccff text on a black background
contrast 12.84:1
Card sample
#acccff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccff;
Background color
Panel with #acccff background
background-color: #acccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccff; background: linear-gradient(135deg, #acccff, #C3ACFF);