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