#a7adef
a light, vivid blue · warm · closest name: plum
RGB
167, 173, 239
HSL
235°, 69%, 80%
CMYK
30, 28, 0, 6
Luminance
0.4433
Every format
| HEX | #a7adef |
| RGB | rgb(167, 173, 239) |
| HSL | hsl(235, 69%, 80%) |
| CMYK | cmyk(30%, 28%, 0%, 6%) |
| LAB | lab(72.5 12.6 -33.6) |
| LCH | lch(72.5 35.9 290.5) |
| OKLCH | oklch(0.767 0.095 279.9) |
Copy-ready code
/* CSS */
color: #a7adef;
background-color: #a7adef;
/* Tailwind (arbitrary) */
class="text-[#a7adef] bg-[#a7adef]"
/* SCSS */
$brand: #a7adef;
/* SwiftUI */
Color(red: 0.655, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#a7adef")Accessibility — WCAG contrast
Aa
#a7adef on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7adef on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan30.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#a7adef text on a black background
contrast 9.87:1
Card sample
#a7adef text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7adef;
Background color
Panel with #a7adef background
background-color: #a7adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7adef; background: linear-gradient(135deg, #a7adef, #D1A7EF);