#acccf3
a light, vivid blue · cool · closest name: skyblue
RGB
172, 204, 243
HSL
213°, 75%, 81%
CMYK
29, 16, 0, 5
Luminance
0.5843
Every format
| HEX | #acccf3 |
| RGB | rgb(172, 204, 243) |
| HSL | hsl(213, 75%, 81%) |
| CMYK | cmyk(29%, 16%, 0%, 5%) |
| LAB | lab(81.0 -1.9 -22.7) |
| LCH | lch(81.0 22.8 265.2) |
| OKLCH | oklch(0.835 0.065 253.6) |
Copy-ready code
/* CSS */
color: #acccf3;
background-color: #acccf3;
/* Tailwind (arbitrary) */
class="text-[#acccf3] bg-[#acccf3]"
/* SCSS */
$brand: #acccf3;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.953)
/* Android */
Color.parseColor("#acccf3")Accessibility — WCAG contrast
Aa
#acccf3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccf3 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta16.0%
Yellow0.0%
Key (black)4.7%
Color previews
#acccf3 text on a black background
contrast 12.69:1
Card sample
#acccf3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccf3;
Background color
Panel with #acccf3 background
background-color: #acccf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccf3; background: linear-gradient(135deg, #acccf3, #BBACF3);