#acccf6
a light, electric blue · cool · closest name: skyblue
RGB
172, 204, 246
HSL
214°, 80%, 82%
CMYK
30, 17, 0, 4
Luminance
0.5861
Every format
| HEX | #acccf6 |
| RGB | rgb(172, 204, 246) |
| HSL | hsl(214, 80%, 82%) |
| CMYK | cmyk(30%, 17%, 0%, 4%) |
| LAB | lab(81.1 -1.2 -24.1) |
| LCH | lch(81.1 24.1 267.2) |
| OKLCH | oklch(0.836 0.069 255.3) |
Copy-ready code
/* CSS */
color: #acccf6;
background-color: #acccf6;
/* Tailwind (arbitrary) */
class="text-[#acccf6] bg-[#acccf6]"
/* SCSS */
$brand: #acccf6;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#acccf6")Accessibility — WCAG contrast
Aa
#acccf6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccf6 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#acccf6 text on a black background
contrast 12.72:1
Card sample
#acccf6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccf6;
Background color
Panel with #acccf6 background
background-color: #acccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccf6; background: linear-gradient(135deg, #acccf6, #BEACF6);