#aacce5
a light, vivid blue · cool · closest name: skyblue
RGB
170, 204, 229
HSL
205°, 53%, 78%
CMYK
26, 11, 0, 10
Luminance
0.5739
Every format
| HEX | #aacce5 |
| RGB | rgb(170, 204, 229) |
| HSL | hsl(205, 53%, 78%) |
| CMYK | cmyk(26%, 11%, 0%, 10%) |
| LAB | lab(80.4 -5.8 -16.1) |
| LCH | lch(80.4 17.1 250.3) |
| OKLCH | oklch(0.829 0.051 240.1) |
Copy-ready code
/* CSS */
color: #aacce5;
background-color: #aacce5;
/* Tailwind (arbitrary) */
class="text-[#aacce5] bg-[#aacce5]"
/* SCSS */
$brand: #aacce5;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.898)
/* Android */
Color.parseColor("#aacce5")Accessibility — WCAG contrast
Aa
#aacce5 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacce5 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue89.8%
CMYK percentages
Cyan25.8%
Magenta10.9%
Yellow0.0%
Key (black)10.2%
Color previews
#aacce5 text on a black background
contrast 12.48:1
Card sample
#aacce5 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacce5;
Background color
Panel with #aacce5 background
background-color: #aacce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacce5; background: linear-gradient(135deg, #aacce5, #AFAAE5);