#acafdc
a light, soft blue · warm · closest name: lavender
RGB
172, 175, 220
HSL
236°, 41%, 77%
CMYK
22, 21, 0, 14
Luminance
0.4460
Every format
| HEX | #acafdc |
| RGB | rgb(172, 175, 220) |
| HSL | hsl(236, 41%, 77%) |
| CMYK | cmyk(22%, 21%, 0%, 14%) |
| LAB | lab(72.6 8.4 -23.0) |
| LCH | lch(72.6 24.5 290.2) |
| OKLCH | oklch(0.767 0.064 281.8) |
Copy-ready code
/* CSS */
color: #acafdc;
background-color: #acafdc;
/* Tailwind (arbitrary) */
class="text-[#acafdc] bg-[#acafdc]"
/* SCSS */
$brand: #acafdc;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#acafdc")Accessibility — WCAG contrast
Aa
#acafdc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafdc on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue86.3%
CMYK percentages
Cyan21.8%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#acafdc text on a black background
contrast 9.92:1
Card sample
#acafdc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafdc;
Background color
Panel with #acafdc background
background-color: #acafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafdc; background: linear-gradient(135deg, #acafdc, #C9ACDC);