#aac3ee
a light, vivid blue · cool · closest name: skyblue
RGB
170, 195, 238
HSL
218°, 67%, 80%
CMYK
29, 18, 0, 7
Luminance
0.5375
Every format
| HEX | #aac3ee |
| RGB | rgb(170, 195, 238) |
| HSL | hsl(218, 67%, 80%) |
| CMYK | cmyk(29%, 18%, 0%, 7%) |
| LAB | lab(78.3 1.1 -24.1) |
| LCH | lch(78.3 24.1 272.7) |
| OKLCH | oklch(0.813 0.067 261.2) |
Copy-ready code
/* CSS */
color: #aac3ee;
background-color: #aac3ee;
/* Tailwind (arbitrary) */
class="text-[#aac3ee] bg-[#aac3ee]"
/* SCSS */
$brand: #aac3ee;
/* SwiftUI */
Color(red: 0.667, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#aac3ee")Accessibility — WCAG contrast
Aa
#aac3ee on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac3ee on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.5%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta18.1%
Yellow0.0%
Key (black)6.7%
Color previews
#aac3ee text on a black background
contrast 11.75:1
Card sample
#aac3ee text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac3ee;
Background color
Panel with #aac3ee background
background-color: #aac3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac3ee; background: linear-gradient(135deg, #aac3ee, #BEAAEE);