#adbcfd
a light, electric blue · warm · closest name: plum
RGB
173, 188, 253
HSL
229°, 95%, 84%
CMYK
32, 26, 0, 1
Luminance
0.5194
Every format
| HEX | #adbcfd |
| RGB | rgb(173, 188, 253) |
| HSL | hsl(229, 95%, 84%) |
| CMYK | cmyk(32%, 26%, 0%, 1%) |
| LAB | lab(77.3 9.5 -33.7) |
| LCH | lch(77.3 35.0 285.7) |
| OKLCH | oklch(0.807 0.094 274.1) |
Copy-ready code
/* CSS */
color: #adbcfd;
background-color: #adbcfd;
/* Tailwind (arbitrary) */
class="text-[#adbcfd] bg-[#adbcfd]"
/* SCSS */
$brand: #adbcfd;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#adbcfd")Accessibility — WCAG contrast
Aa
#adbcfd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbcfd on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#adbcfd text on a black background
contrast 11.39:1
Card sample
#adbcfd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbcfd;
Background color
Panel with #adbcfd background
background-color: #adbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbcfd; background: linear-gradient(135deg, #adbcfd, #D3ADFD);