#aceff2
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 239, 242
HSL
183°, 73%, 81%
CMYK
29, 1, 0, 5
Luminance
0.7691
Every format
| HEX | #aceff2 |
| RGB | rgb(172, 239, 242) |
| HSL | hsl(183, 73%, 81%) |
| CMYK | cmyk(29%, 1%, 0%, 5%) |
| LAB | lab(90.3 -20.1 -8.2) |
| LCH | lch(90.3 21.7 202.2) |
| OKLCH | oklch(0.909 0.067 199.5) |
Copy-ready code
/* CSS */
color: #aceff2;
background-color: #aceff2;
/* Tailwind (arbitrary) */
class="text-[#aceff2] bg-[#aceff2]"
/* SCSS */
$brand: #aceff2;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.949)
/* Android */
Color.parseColor("#aceff2")Accessibility — WCAG contrast
Aa
#aceff2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceff2 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue94.9%
CMYK percentages
Cyan28.9%
Magenta1.2%
Yellow0.0%
Key (black)5.1%
Color previews
#aceff2 text on a black background
contrast 16.38:1
Card sample
#aceff2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceff2;
Background color
Panel with #aceff2 background
background-color: #aceff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceff2; background: linear-gradient(135deg, #aceff2, #ACC0F2);