#adbcf2
a light, vivid blue · warm · closest name: skyblue
RGB
173, 188, 242
HSL
227°, 73%, 81%
CMYK
29, 22, 0, 5
Luminance
0.5126
Every format
| HEX | #adbcf2 |
| RGB | rgb(173, 188, 242) |
| HSL | hsl(227, 73%, 81%) |
| CMYK | cmyk(29%, 22%, 0%, 5%) |
| LAB | lab(76.8 6.8 -28.4) |
| LCH | lch(76.8 29.3 283.4) |
| OKLCH | oklch(0.803 0.079 272.5) |
Copy-ready code
/* CSS */
color: #adbcf2;
background-color: #adbcf2;
/* Tailwind (arbitrary) */
class="text-[#adbcf2] bg-[#adbcf2]"
/* SCSS */
$brand: #adbcf2;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#adbcf2")Accessibility — WCAG contrast
Aa
#adbcf2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbcf2 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue94.9%
CMYK percentages
Cyan28.5%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#adbcf2 text on a black background
contrast 11.25:1
Card sample
#adbcf2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbcf2;
Background color
Panel with #adbcf2 background
background-color: #adbcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbcf2; background: linear-gradient(135deg, #adbcf2, #CCADF2);