#aceefd
a light, electric cyan · cool · closest name: skyblue
RGB
172, 238, 253
HSL
191°, 95%, 83%
CMYK
32, 6, 0, 1
Luminance
0.7701
Every format
| HEX | #aceefd |
| RGB | rgb(172, 238, 253) |
| HSL | hsl(191, 95%, 83%) |
| CMYK | cmyk(32%, 6%, 0%, 1%) |
| LAB | lab(90.3 -17.1 -13.8) |
| LCH | lch(90.3 22.0 219.0) |
| OKLCH | oklch(0.910 0.069 213.3) |
Copy-ready code
/* CSS */
color: #aceefd;
background-color: #aceefd;
/* Tailwind (arbitrary) */
class="text-[#aceefd] bg-[#aceefd]"
/* SCSS */
$brand: #aceefd;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#aceefd")Accessibility — WCAG contrast
Aa
#aceefd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceefd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#aceefd text on a black background
contrast 16.40:1
Card sample
#aceefd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceefd;
Background color
Panel with #aceefd background
background-color: #aceefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceefd; background: linear-gradient(135deg, #aceefd, #ACB8FD);