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