#aceff0
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 239, 240
HSL
181°, 69%, 81%
CMYK
28, 0, 0, 6
Luminance
0.7679
Every format
| HEX | #aceff0 |
| RGB | rgb(172, 239, 240) |
| HSL | hsl(181, 69%, 81%) |
| CMYK | cmyk(28%, 0%, 0%, 6%) |
| LAB | lab(90.2 -20.5 -7.2) |
| LCH | lch(90.2 21.8 199.4) |
| OKLCH | oklch(0.908 0.067 197.2) |
Copy-ready code
/* CSS */
color: #aceff0;
background-color: #aceff0;
/* Tailwind (arbitrary) */
class="text-[#aceff0] bg-[#aceff0]"
/* SCSS */
$brand: #aceff0;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.941)
/* Android */
Color.parseColor("#aceff0")Accessibility — WCAG contrast
Aa
#aceff0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceff0 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta0.4%
Yellow0.0%
Key (black)5.9%
Color previews
#aceff0 text on a black background
contrast 16.36:1
Card sample
#aceff0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceff0;
Background color
Panel with #aceff0 background
background-color: #aceff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceff0; background: linear-gradient(135deg, #aceff0, #ACC2F0);