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