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