#aceee0
a light, vivid cyan · cool · closest name: turquoise
RGB
172, 238, 224
HSL
167°, 66%, 80%
CMYK
28, 0, 6, 7
Luminance
0.7530
Every format
| HEX | #aceee0 |
| RGB | rgb(172, 238, 224) |
| HSL | hsl(167, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 6%, 7%) |
| LAB | lab(89.5 -23.5 0.1) |
| LCH | lch(89.5 23.5 179.7) |
| OKLCH | oklch(0.901 0.069 180.0) |
Copy-ready code
/* CSS */
color: #aceee0;
background-color: #aceee0;
/* Tailwind (arbitrary) */
class="text-[#aceee0] bg-[#aceee0]"
/* SCSS */
$brand: #aceee0;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#aceee0")Accessibility — WCAG contrast
Aa
#aceee0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceee0 on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue87.8%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#aceee0 text on a black background
contrast 16.06:1
Card sample
#aceee0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceee0;
Background color
Panel with #aceee0 background
background-color: #aceee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceee0; background: linear-gradient(135deg, #aceee0, #ACD0EE);