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