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