#aac2df
a light, vivid blue · cool · closest name: skyblue
RGB
170, 194, 223
HSL
213°, 45%, 77%
CMYK
24, 13, 0, 13
Luminance
0.5246
Every format
| HEX | #aac2df |
| RGB | rgb(170, 194, 223) |
| HSL | hsl(213, 45%, 77%) |
| CMYK | cmyk(24%, 13%, 0%, 13%) |
| LAB | lab(77.5 -1.8 -17.1) |
| LCH | lch(77.5 17.2 263.9) |
| OKLCH | oklch(0.806 0.049 253.3) |
Copy-ready code
/* CSS */
color: #aac2df;
background-color: #aac2df;
/* Tailwind (arbitrary) */
class="text-[#aac2df] bg-[#aac2df]"
/* SCSS */
$brand: #aac2df;
/* SwiftUI */
Color(red: 0.667, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#aac2df")Accessibility — WCAG contrast
Aa
#aac2df on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac2df on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.1%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#aac2df text on a black background
contrast 11.49:1
Card sample
#aac2df text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac2df;
Background color
Panel with #aac2df background
background-color: #aac2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac2df; background: linear-gradient(135deg, #aac2df, #B5AADF);