#acfff7
a light, electric cyan · cool · closest name: turquoise
RGB
172, 255, 247
HSL
174°, 100%, 84%
CMYK
33, 0, 3, 0
Luminance
0.8701
Every format
| HEX | #acfff7 |
| RGB | rgb(172, 255, 247) |
| HSL | hsl(174, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 3%, 0%) |
| LAB | lab(94.7 -26.8 -4.2) |
| LCH | lch(94.7 27.1 188.9) |
| OKLCH | oklch(0.945 0.081 188.3) |
Copy-ready code
/* CSS */
color: #acfff7;
background-color: #acfff7;
/* Tailwind (arbitrary) */
class="text-[#acfff7] bg-[#acfff7]"
/* SCSS */
$brand: #acfff7;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.969)
/* Android */
Color.parseColor("#acfff7")Accessibility — WCAG contrast
Aa
#acfff7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfff7 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue96.9%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow3.1%
Key (black)0.0%
Color previews
#acfff7 text on a black background
contrast 18.40:1
Card sample
#acfff7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfff7;
Background color
Panel with #acfff7 background
background-color: #acfff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfff7; background: linear-gradient(135deg, #acfff7, #ACD0FF);