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