#aacef3
a light, electric blue · cool · closest name: skyblue
RGB
170, 206, 243
HSL
210°, 75%, 81%
CMYK
30, 15, 0, 5
Luminance
0.5916
Every format
| HEX | #aacef3 |
| RGB | rgb(170, 206, 243) |
| HSL | hsl(210, 75%, 81%) |
| CMYK | cmyk(30%, 15%, 0%, 5%) |
| LAB | lab(81.4 -3.5 -22.1) |
| LCH | lch(81.4 22.4 260.9) |
| OKLCH | oklch(0.838 0.065 249.3) |
Copy-ready code
/* CSS */
color: #aacef3;
background-color: #aacef3;
/* Tailwind (arbitrary) */
class="text-[#aacef3] bg-[#aacef3]"
/* SCSS */
$brand: #aacef3;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#aacef3")Accessibility — WCAG contrast
Aa
#aacef3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacef3 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue95.3%
CMYK percentages
Cyan30.0%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#aacef3 text on a black background
contrast 12.83:1
Card sample
#aacef3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacef3;
Background color
Panel with #aacef3 background
background-color: #aacef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacef3; background: linear-gradient(135deg, #aacef3, #B7AAF3);