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