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