#aac9df
a light, vivid blue · cool · closest name: skyblue
RGB
170, 201, 223
HSL
205°, 45%, 77%
CMYK
24, 10, 0, 13
Luminance
0.5565
Every format
| HEX | #aac9df |
| RGB | rgb(170, 201, 223) |
| HSL | hsl(205, 45%, 77%) |
| CMYK | cmyk(24%, 10%, 0%, 13%) |
| LAB | lab(79.4 -5.5 -14.3) |
| LCH | lch(79.4 15.4 248.9) |
| OKLCH | oklch(0.820 0.045 239.0) |
Copy-ready code
/* CSS */
color: #aac9df;
background-color: #aac9df;
/* Tailwind (arbitrary) */
class="text-[#aac9df] bg-[#aac9df]"
/* SCSS */
$brand: #aac9df;
/* SwiftUI */
Color(red: 0.667, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#aac9df")Accessibility — WCAG contrast
Aa
#aac9df on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac9df on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green78.8%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta9.9%
Yellow0.0%
Key (black)12.5%
Color previews
#aac9df text on a black background
contrast 12.13:1
Card sample
#aac9df text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac9df;
Background color
Panel with #aac9df background
background-color: #aac9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac9df; background: linear-gradient(135deg, #aac9df, #AEAADF);