#acefe1
a light, vivid cyan · cool · closest name: turquoise
RGB
172, 239, 225
HSL
168°, 68%, 81%
CMYK
28, 0, 6, 6
Luminance
0.7594
Every format
| HEX | #acefe1 |
| RGB | rgb(172, 239, 225) |
| HSL | hsl(168, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 6%, 6%) |
| LAB | lab(89.8 -23.8 0.0) |
| LCH | lch(89.8 23.8 179.9) |
| OKLCH | oklch(0.903 0.070 180.2) |
Copy-ready code
/* CSS */
color: #acefe1;
background-color: #acefe1;
/* Tailwind (arbitrary) */
class="text-[#acefe1] bg-[#acefe1]"
/* SCSS */
$brand: #acefe1;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.882)
/* Android */
Color.parseColor("#acefe1")Accessibility — WCAG contrast
Aa
#acefe1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefe1 on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue88.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow5.9%
Key (black)6.3%
Color previews
#acefe1 text on a black background
contrast 16.19:1
Card sample
#acefe1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefe1;
Background color
Panel with #acefe1 background
background-color: #acefe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefe1; background: linear-gradient(135deg, #acefe1, #ACD0EF);