#acfdf2
a light, electric cyan · cool · closest name: turquoise
RGB
172, 253, 242
HSL
172°, 95%, 83%
CMYK
32, 0, 4, 1
Luminance
0.8543
Every format
| HEX | #acfdf2 |
| RGB | rgb(172, 253, 242) |
| HSL | hsl(172, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 4%, 1%) |
| LAB | lab(94.1 -26.9 -2.6) |
| LCH | lch(94.1 27.0 185.5) |
| OKLCH | oklch(0.939 0.080 185.3) |
Copy-ready code
/* CSS */
color: #acfdf2;
background-color: #acfdf2;
/* Tailwind (arbitrary) */
class="text-[#acfdf2] bg-[#acfdf2]"
/* SCSS */
$brand: #acfdf2;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.949)
/* Android */
Color.parseColor("#acfdf2")Accessibility — WCAG contrast
Aa
#acfdf2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfdf2 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue94.9%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow4.3%
Key (black)0.8%
Color previews
#acfdf2 text on a black background
contrast 18.09:1
Card sample
#acfdf2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfdf2;
Background color
Panel with #acfdf2 background
background-color: #acfdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfdf2; background: linear-gradient(135deg, #acfdf2, #ACD2FD);