#a2bddf
a light, vivid blue · cool · closest name: skyblue
RGB
162, 189, 223
HSL
213°, 49%, 76%
CMYK
27, 15, 0, 13
Luminance
0.4940
Every format
| HEX | #a2bddf |
| RGB | rgb(162, 189, 223) |
| HSL | hsl(213, 49%, 76%) |
| CMYK | cmyk(27%, 15%, 0%, 13%) |
| LAB | lab(75.7 -1.5 -20.0) |
| LCH | lch(75.7 20.1 265.6) |
| OKLCH | oklch(0.790 0.057 254.3) |
Copy-ready code
/* CSS */
color: #a2bddf;
background-color: #a2bddf;
/* Tailwind (arbitrary) */
class="text-[#a2bddf] bg-[#a2bddf]"
/* SCSS */
$brand: #a2bddf;
/* SwiftUI */
Color(red: 0.635, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#a2bddf")Accessibility — WCAG contrast
Aa
#a2bddf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2bddf on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green74.1%
Blue87.5%
CMYK percentages
Cyan27.4%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a2bddf text on a black background
contrast 10.88:1
Card sample
#a2bddf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2bddf;
Background color
Panel with #a2bddf background
background-color: #a2bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2bddf; background: linear-gradient(135deg, #a2bddf, #B0A2DF);