#a8b2df
a light, vivid blue · warm · closest name: skyblue
RGB
168, 178, 223
HSL
229°, 46%, 77%
CMYK
25, 20, 0, 13
Luminance
0.4549
Every format
| HEX | #a8b2df |
| RGB | rgb(168, 178, 223) |
| HSL | hsl(229, 46%, 77%) |
| CMYK | cmyk(25%, 20%, 0%, 13%) |
| LAB | lab(73.2 6.3 -23.7) |
| LCH | lch(73.2 24.6 284.8) |
| OKLCH | oklch(0.771 0.065 275.0) |
Copy-ready code
/* CSS */
color: #a8b2df;
background-color: #a8b2df;
/* Tailwind (arbitrary) */
class="text-[#a8b2df] bg-[#a8b2df]"
/* SCSS */
$brand: #a8b2df;
/* SwiftUI */
Color(red: 0.659, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#a8b2df")Accessibility — WCAG contrast
Aa
#a8b2df on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8b2df on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green69.8%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a8b2df text on a black background
contrast 10.10:1
Card sample
#a8b2df text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8b2df;
Background color
Panel with #a8b2df background
background-color: #a8b2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8b2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8b2df; background: linear-gradient(135deg, #a8b2df, #C3A8DF);