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