#acadce
a light, soft blue · warm · closest name: silver
RGB
172, 173, 206
HSL
238°, 26%, 74%
CMYK
17, 16, 0, 19
Luminance
0.4311
Every format
| HEX | #acadce |
| RGB | rgb(172, 173, 206) |
| HSL | hsl(238, 26%, 74%) |
| CMYK | cmyk(17%, 16%, 0%, 19%) |
| LAB | lab(71.6 6.4 -16.8) |
| LCH | lch(71.6 18.0 290.8) |
| OKLCH | oklch(0.758 0.047 283.8) |
Copy-ready code
/* CSS */
color: #acadce;
background-color: #acadce;
/* Tailwind (arbitrary) */
class="text-[#acadce] bg-[#acadce]"
/* SCSS */
$brand: #acadce;
/* SwiftUI */
Color(red: 0.675, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#acadce")Accessibility — WCAG contrast
Aa
#acadce on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acadce on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.8%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#acadce text on a black background
contrast 9.62:1
Card sample
#acadce text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acadce;
Background color
Panel with #acadce background
background-color: #acadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acadce; background: linear-gradient(135deg, #acadce, #C2ACCE);