#aceff5
a light, electric cyan · cool · closest name: skyblue
RGB
172, 239, 245
HSL
185°, 79%, 82%
CMYK
30, 2, 0, 4
Luminance
0.7710
Every format
| HEX | #aceff5 |
| RGB | rgb(172, 239, 245) |
| HSL | hsl(185, 79%, 82%) |
| CMYK | cmyk(30%, 2%, 0%, 4%) |
| LAB | lab(90.4 -19.4 -9.6) |
| LCH | lch(90.4 21.7 206.4) |
| OKLCH | oklch(0.910 0.067 203.0) |
Copy-ready code
/* CSS */
color: #aceff5;
background-color: #aceff5;
/* Tailwind (arbitrary) */
class="text-[#aceff5] bg-[#aceff5]"
/* SCSS */
$brand: #aceff5;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.961)
/* Android */
Color.parseColor("#aceff5")Accessibility — WCAG contrast
Aa
#aceff5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceff5 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue96.1%
CMYK percentages
Cyan29.8%
Magenta2.4%
Yellow0.0%
Key (black)3.9%
Color previews
#aceff5 text on a black background
contrast 16.42:1
Card sample
#aceff5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceff5;
Background color
Panel with #aceff5 background
background-color: #aceff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceff5; background: linear-gradient(135deg, #aceff5, #ACBEF5);