#aacdfb
a light, electric blue · cool · closest name: skyblue
RGB
170, 205, 251
HSL
214°, 91%, 83%
CMYK
32, 18, 0, 2
Luminance
0.5917
Every format
| HEX | #aacdfb |
| RGB | rgb(170, 205, 251) |
| HSL | hsl(214, 91%, 83%) |
| CMYK | cmyk(32%, 18%, 0%, 2%) |
| LAB | lab(81.4 -1.1 -26.3) |
| LCH | lch(81.4 26.3 267.7) |
| OKLCH | oklch(0.839 0.075 255.4) |
Copy-ready code
/* CSS */
color: #aacdfb;
background-color: #aacdfb;
/* Tailwind (arbitrary) */
class="text-[#aacdfb] bg-[#aacdfb]"
/* SCSS */
$brand: #aacdfb;
/* SwiftUI */
Color(red: 0.667, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#aacdfb")Accessibility — WCAG contrast
Aa
#aacdfb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacdfb on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan32.3%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#aacdfb text on a black background
contrast 12.83:1
Card sample
#aacdfb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacdfb;
Background color
Panel with #aacdfb background
background-color: #aacdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacdfb; background: linear-gradient(135deg, #aacdfb, #BDAAFB);