#a2b2df
a light, vivid blue · cool · closest name: skyblue
RGB
162, 178, 223
HSL
224°, 49%, 76%
CMYK
27, 20, 0, 13
Luminance
0.4485
Every format
| HEX | #a2b2df |
| RGB | rgb(162, 178, 223) |
| HSL | hsl(224, 49%, 76%) |
| CMYK | cmyk(27%, 20%, 0%, 13%) |
| LAB | lab(72.8 4.5 -24.4) |
| LCH | lch(72.8 24.8 280.4) |
| OKLCH | oklch(0.767 0.067 269.5) |
Copy-ready code
/* CSS */
color: #a2b2df;
background-color: #a2b2df;
/* Tailwind (arbitrary) */
class="text-[#a2b2df] bg-[#a2b2df]"
/* SCSS */
$brand: #a2b2df;
/* SwiftUI */
Color(red: 0.635, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#a2b2df")Accessibility — WCAG contrast
Aa
#a2b2df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b2df on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green69.8%
Blue87.5%
CMYK percentages
Cyan27.4%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a2b2df text on a black background
contrast 9.97:1
Card sample
#a2b2df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b2df;
Background color
Panel with #a2b2df background
background-color: #a2b2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b2df; background: linear-gradient(135deg, #a2b2df, #BBA2DF);