#acadef
a light, vivid blue · warm · closest name: plum
RGB
172, 173, 239
HSL
239°, 68%, 81%
CMYK
28, 28, 0, 6
Luminance
0.4489
Every format
| HEX | #acadef |
| RGB | rgb(172, 173, 239) |
| HSL | hsl(239, 68%, 81%) |
| CMYK | cmyk(28%, 28%, 0%, 6%) |
| LAB | lab(72.8 14.0 -33.0) |
| LCH | lch(72.8 35.9 293.0) |
| OKLCH | oklch(0.771 0.094 283.3) |
Copy-ready code
/* CSS */
color: #acadef;
background-color: #acadef;
/* Tailwind (arbitrary) */
class="text-[#acadef] bg-[#acadef]"
/* SCSS */
$brand: #acadef;
/* SwiftUI */
Color(red: 0.675, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#acadef")Accessibility — WCAG contrast
Aa
#acadef on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acadef on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#acadef text on a black background
contrast 9.98:1
Card sample
#acadef text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acadef;
Background color
Panel with #acadef background
background-color: #acadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acadef; background: linear-gradient(135deg, #acadef, #D8ACEF);