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