#aac3eb
a light, vivid blue · cool · closest name: skyblue
RGB
170, 195, 235
HSL
217°, 62%, 79%
CMYK
28, 17, 0, 8
Luminance
0.5357
Every format
| HEX | #aac3eb |
| RGB | rgb(170, 195, 235) |
| HSL | hsl(217, 62%, 79%) |
| CMYK | cmyk(28%, 17%, 0%, 8%) |
| LAB | lab(78.2 0.4 -22.6) |
| LCH | lch(78.2 22.6 271.1) |
| OKLCH | oklch(0.812 0.063 259.7) |
Copy-ready code
/* CSS */
color: #aac3eb;
background-color: #aac3eb;
/* Tailwind (arbitrary) */
class="text-[#aac3eb] bg-[#aac3eb]"
/* SCSS */
$brand: #aac3eb;
/* SwiftUI */
Color(red: 0.667, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#aac3eb")Accessibility — WCAG contrast
Aa
#aac3eb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac3eb on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.5%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#aac3eb text on a black background
contrast 11.71:1
Card sample
#aac3eb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac3eb;
Background color
Panel with #aac3eb background
background-color: #aac3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac3eb; background: linear-gradient(135deg, #aac3eb, #BCAAEB);