#acccf8
a light, electric blue · cool · closest name: skyblue
RGB
172, 204, 248
HSL
215°, 84%, 82%
CMYK
31, 18, 0, 3
Luminance
0.5873
Every format
| HEX | #acccf8 |
| RGB | rgb(172, 204, 248) |
| HSL | hsl(215, 84%, 82%) |
| CMYK | cmyk(31%, 18%, 0%, 3%) |
| LAB | lab(81.1 -0.7 -25.1) |
| LCH | lch(81.1 25.1 268.4) |
| OKLCH | oklch(0.837 0.071 256.4) |
Copy-ready code
/* CSS */
color: #acccf8;
background-color: #acccf8;
/* Tailwind (arbitrary) */
class="text-[#acccf8] bg-[#acccf8]"
/* SCSS */
$brand: #acccf8;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#acccf8")Accessibility — WCAG contrast
Aa
#acccf8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccf8 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue97.3%
CMYK percentages
Cyan30.6%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#acccf8 text on a black background
contrast 12.75:1
Card sample
#acccf8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccf8;
Background color
Panel with #acccf8 background
background-color: #acccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccf8; background: linear-gradient(135deg, #acccf8, #BFACF8);