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