#acccf4
a light, electric blue · cool · closest name: skyblue
RGB
172, 204, 244
HSL
213°, 77%, 82%
CMYK
30, 16, 0, 4
Luminance
0.5849
Every format
| HEX | #acccf4 |
| RGB | rgb(172, 204, 244) |
| HSL | hsl(213, 77%, 82%) |
| CMYK | cmyk(30%, 16%, 0%, 4%) |
| LAB | lab(81.0 -1.7 -23.2) |
| LCH | lch(81.0 23.2 265.9) |
| OKLCH | oklch(0.835 0.066 254.2) |
Copy-ready code
/* CSS */
color: #acccf4;
background-color: #acccf4;
/* Tailwind (arbitrary) */
class="text-[#acccf4] bg-[#acccf4]"
/* SCSS */
$brand: #acccf4;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#acccf4")Accessibility — WCAG contrast
Aa
#acccf4 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccf4 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#acccf4 text on a black background
contrast 12.70:1
Card sample
#acccf4 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccf4;
Background color
Panel with #acccf4 background
background-color: #acccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccf4; background: linear-gradient(135deg, #acccf4, #BCACF4);