#acfee9
a light, electric cyan · cool · closest name: aquamarine
RGB
172, 254, 233
HSL
165°, 98%, 84%
CMYK
32, 0, 8, 0
Luminance
0.8554
Every format
| HEX | #acfee9 |
| RGB | rgb(172, 254, 233) |
| HSL | hsl(165, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 8%, 0%) |
| LAB | lab(94.1 -29.3 2.1) |
| LCH | lch(94.1 29.4 175.9) |
| OKLCH | oklch(0.939 0.085 176.5) |
Copy-ready code
/* CSS */
color: #acfee9;
background-color: #acfee9;
/* Tailwind (arbitrary) */
class="text-[#acfee9] bg-[#acfee9]"
/* SCSS */
$brand: #acfee9;
/* SwiftUI */
Color(red: 0.675, green: 0.996, blue: 0.914)
/* Android */
Color.parseColor("#acfee9")Accessibility — WCAG contrast
Aa
#acfee9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfee9 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.6%
Blue91.4%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow8.3%
Key (black)0.4%
Color previews
#acfee9 text on a black background
contrast 18.11:1
Card sample
#acfee9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfee9;
Background color
Panel with #acfee9 background
background-color: #acfee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 254, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 254, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfee9; background: linear-gradient(135deg, #acfee9, #ACDCFE);