#acccf2
a light, vivid blue · cool · closest name: skyblue
RGB
172, 204, 242
HSL
213°, 73%, 81%
CMYK
29, 16, 0, 5
Luminance
0.5837
Every format
| HEX | #acccf2 |
| RGB | rgb(172, 204, 242) |
| HSL | hsl(213, 73%, 81%) |
| CMYK | cmyk(29%, 16%, 0%, 5%) |
| LAB | lab(80.9 -2.1 -22.2) |
| LCH | lch(80.9 22.3 264.5) |
| OKLCH | oklch(0.835 0.064 252.9) |
Copy-ready code
/* CSS */
color: #acccf2;
background-color: #acccf2;
/* Tailwind (arbitrary) */
class="text-[#acccf2] bg-[#acccf2]"
/* SCSS */
$brand: #acccf2;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#acccf2")Accessibility — WCAG contrast
Aa
#acccf2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccf2 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue94.9%
CMYK percentages
Cyan28.9%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#acccf2 text on a black background
contrast 12.67:1
Card sample
#acccf2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccf2;
Background color
Panel with #acccf2 background
background-color: #acccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccf2; background: linear-gradient(135deg, #acccf2, #BBACF2);