#acbcda
a light, soft blue · cool · closest name: skyblue
RGB
172, 188, 218
HSL
219°, 38%, 77%
CMYK
21, 14, 0, 15
Luminance
0.4980
Every format
| HEX | #acbcda |
| RGB | rgb(172, 188, 218) |
| HSL | hsl(219, 38%, 77%) |
| CMYK | cmyk(21%, 14%, 0%, 15%) |
| LAB | lab(76.0 0.9 -16.9) |
| LCH | lch(76.0 16.9 273.0) |
| OKLCH | oklch(0.793 0.046 263.0) |
Copy-ready code
/* CSS */
color: #acbcda;
background-color: #acbcda;
/* Tailwind (arbitrary) */
class="text-[#acbcda] bg-[#acbcda]"
/* SCSS */
$brand: #acbcda;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.855)
/* Android */
Color.parseColor("#acbcda")Accessibility — WCAG contrast
Aa
#acbcda on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbcda on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta13.8%
Yellow0.0%
Key (black)14.5%
Color previews
#acbcda text on a black background
contrast 10.96:1
Card sample
#acbcda text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbcda;
Background color
Panel with #acbcda background
background-color: #acbcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbcda; background: linear-gradient(135deg, #acbcda, #BBACDA);