#acccdf
a light, soft blue · cool · closest name: skyblue
RGB
172, 204, 223
HSL
202°, 44%, 78%
CMYK
23, 9, 0, 13
Luminance
0.5728
Every format
| HEX | #acccdf |
| RGB | rgb(172, 204, 223) |
| HSL | hsl(202, 44%, 78%) |
| CMYK | cmyk(23%, 9%, 0%, 13%) |
| LAB | lab(80.3 -6.5 -12.9) |
| LCH | lch(80.3 14.5 243.3) |
| OKLCH | oklch(0.828 0.043 234.1) |
Copy-ready code
/* CSS */
color: #acccdf;
background-color: #acccdf;
/* Tailwind (arbitrary) */
class="text-[#acccdf] bg-[#acccdf]"
/* SCSS */
$brand: #acccdf;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#acccdf")Accessibility — WCAG contrast
Aa
#acccdf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccdf on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#acccdf text on a black background
contrast 12.46:1
Card sample
#acccdf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccdf;
Background color
Panel with #acccdf background
background-color: #acccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccdf; background: linear-gradient(135deg, #acccdf, #AEACDF);