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