#aeccf2
a light, vivid blue · cool · closest name: skyblue
RGB
174, 204, 242
HSL
214°, 72%, 82%
CMYK
28, 16, 0, 5
Luminance
0.5860
Every format
| HEX | #aeccf2 |
| RGB | rgb(174, 204, 242) |
| HSL | hsl(214, 72%, 82%) |
| CMYK | cmyk(28%, 16%, 0%, 5%) |
| LAB | lab(81.1 -1.6 -22.0) |
| LCH | lch(81.1 22.1 265.9) |
| OKLCH | oklch(0.836 0.063 254.5) |
Copy-ready code
/* CSS */
color: #aeccf2;
background-color: #aeccf2;
/* Tailwind (arbitrary) */
class="text-[#aeccf2] bg-[#aeccf2]"
/* SCSS */
$brand: #aeccf2;
/* SwiftUI */
Color(red: 0.682, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#aeccf2")Accessibility — WCAG contrast
Aa
#aeccf2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeccf2 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green80.0%
Blue94.9%
CMYK percentages
Cyan28.1%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#aeccf2 text on a black background
contrast 12.72:1
Card sample
#aeccf2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeccf2;
Background color
Panel with #aeccf2 background
background-color: #aeccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeccf2; background: linear-gradient(135deg, #aeccf2, #BDAEF2);