#adbcf9
a light, electric blue · warm · closest name: skyblue
RGB
173, 188, 249
HSL
228°, 86%, 83%
CMYK
31, 25, 0, 2
Luminance
0.5169
Every format
| HEX | #adbcf9 |
| RGB | rgb(173, 188, 249) |
| HSL | hsl(228, 86%, 83%) |
| CMYK | cmyk(31%, 25%, 0%, 2%) |
| LAB | lab(77.1 8.5 -31.8) |
| LCH | lch(77.1 32.9 284.9) |
| OKLCH | oklch(0.806 0.088 273.6) |
Copy-ready code
/* CSS */
color: #adbcf9;
background-color: #adbcf9;
/* Tailwind (arbitrary) */
class="text-[#adbcf9] bg-[#adbcf9]"
/* SCSS */
$brand: #adbcf9;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.976)
/* Android */
Color.parseColor("#adbcf9")Accessibility — WCAG contrast
Aa
#adbcf9 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbcf9 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue97.6%
CMYK percentages
Cyan30.5%
Magenta24.5%
Yellow0.0%
Key (black)2.4%
Color previews
#adbcf9 text on a black background
contrast 11.34:1
Card sample
#adbcf9 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbcf9;
Background color
Panel with #adbcf9 background
background-color: #adbcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbcf9; background: linear-gradient(135deg, #adbcf9, #D1ADF9);