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