#acbcdf
a light, soft blue · cool · closest name: skyblue
RGB
172, 188, 223
HSL
221°, 44%, 78%
CMYK
23, 16, 0, 13
Luminance
0.5006
Every format
| HEX | #acbcdf |
| RGB | rgb(172, 188, 223) |
| HSL | hsl(221, 44%, 78%) |
| CMYK | cmyk(23%, 16%, 0%, 13%) |
| LAB | lab(76.1 2.0 -19.3) |
| LCH | lch(76.1 19.4 276.0) |
| OKLCH | oklch(0.795 0.053 265.8) |
Copy-ready code
/* CSS */
color: #acbcdf;
background-color: #acbcdf;
/* Tailwind (arbitrary) */
class="text-[#acbcdf] bg-[#acbcdf]"
/* SCSS */
$brand: #acbcdf;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#acbcdf")Accessibility — WCAG contrast
Aa
#acbcdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbcdf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#acbcdf text on a black background
contrast 11.01:1
Card sample
#acbcdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbcdf;
Background color
Panel with #acbcdf background
background-color: #acbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbcdf; background: linear-gradient(135deg, #acbcdf, #BEACDF);