#adbbff
a light, electric blue · warm · closest name: plum
RGB
173, 187, 255
HSL
230°, 100%, 84%
CMYK
32, 27, 0, 0
Luminance
0.5164
Every format
| HEX | #adbbff |
| RGB | rgb(173, 187, 255) |
| HSL | hsl(230, 100%, 84%) |
| CMYK | cmyk(32%, 27%, 0%, 0%) |
| LAB | lab(77.1 10.5 -35.1) |
| LCH | lch(77.1 36.6 286.7) |
| OKLCH | oklch(0.806 0.098 275.0) |
Copy-ready code
/* CSS */
color: #adbbff;
background-color: #adbbff;
/* Tailwind (arbitrary) */
class="text-[#adbbff] bg-[#adbbff]"
/* SCSS */
$brand: #adbbff;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#adbbff")Accessibility — WCAG contrast
Aa
#adbbff on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbff on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#adbbff text on a black background
contrast 11.33:1
Card sample
#adbbff text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbff;
Background color
Panel with #adbbff background
background-color: #adbbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbff; background: linear-gradient(135deg, #adbbff, #D6ADFF);