#adaffb
a light, electric blue · warm · closest name: plum
RGB
173, 175, 251
HSL
239°, 91%, 83%
CMYK
31, 30, 0, 2
Luminance
0.4651
Every format
| HEX | #adaffb |
| RGB | rgb(173, 175, 251) |
| HSL | hsl(239, 91%, 83%) |
| CMYK | cmyk(31%, 30%, 0%, 2%) |
| LAB | lab(73.9 16.2 -37.9) |
| LCH | lch(73.9 41.2 293.1) |
| OKLCH | oklch(0.781 0.108 282.4) |
Copy-ready code
/* CSS */
color: #adaffb;
background-color: #adaffb;
/* Tailwind (arbitrary) */
class="text-[#adaffb] bg-[#adaffb]"
/* SCSS */
$brand: #adaffb;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.984)
/* Android */
Color.parseColor("#adaffb")Accessibility — WCAG contrast
Aa
#adaffb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaffb on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue98.4%
CMYK percentages
Cyan31.1%
Magenta30.3%
Yellow0.0%
Key (black)1.6%
Color previews
#adaffb text on a black background
contrast 10.30:1
Card sample
#adaffb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaffb;
Background color
Panel with #adaffb background
background-color: #adaffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaffb; background: linear-gradient(135deg, #adaffb, #DFADFB);