#adbbe4
a light, vivid blue · cool · closest name: skyblue
RGB
173, 187, 228
HSL
225°, 51%, 79%
CMYK
24, 18, 0, 11
Luminance
0.5003
Every format
| HEX | #adbbe4 |
| RGB | rgb(173, 187, 228) |
| HSL | hsl(225, 51%, 79%) |
| CMYK | cmyk(24%, 18%, 0%, 11%) |
| LAB | lab(76.1 4.0 -22.1) |
| LCH | lch(76.1 22.4 280.3) |
| OKLCH | oklch(0.795 0.060 270.2) |
Copy-ready code
/* CSS */
color: #adbbe4;
background-color: #adbbe4;
/* Tailwind (arbitrary) */
class="text-[#adbbe4] bg-[#adbbe4]"
/* SCSS */
$brand: #adbbe4;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.894)
/* Android */
Color.parseColor("#adbbe4")Accessibility — WCAG contrast
Aa
#adbbe4 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbe4 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue89.4%
CMYK percentages
Cyan24.1%
Magenta18.0%
Yellow0.0%
Key (black)10.6%
Color previews
#adbbe4 text on a black background
contrast 11.01:1
Card sample
#adbbe4 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbe4;
Background color
Panel with #adbbe4 background
background-color: #adbbe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbe4; background: linear-gradient(135deg, #adbbe4, #C4ADE4);