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