#acfacb
a light, electric green · cool · closest name: aquamarine
RGB
172, 250, 203
HSL
144°, 89%, 83%
CMYK
31, 0, 19, 2
Luminance
0.8145
Every format
| HEX | #acfacb |
| RGB | rgb(172, 250, 203) |
| HSL | hsl(144, 89%, 83%) |
| CMYK | cmyk(31%, 0%, 19%, 2%) |
| LAB | lab(92.3 -33.4 15.0) |
| LCH | lch(92.3 36.6 155.7) |
| OKLCH | oklch(0.922 0.100 157.3) |
Copy-ready code
/* CSS */
color: #acfacb;
background-color: #acfacb;
/* Tailwind (arbitrary) */
class="text-[#acfacb] bg-[#acfacb]"
/* SCSS */
$brand: #acfacb;
/* SwiftUI */
Color(red: 0.675, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#acfacb")Accessibility — WCAG contrast
Aa
#acfacb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfacb on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.0%
Blue79.6%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#acfacb text on a black background
contrast 17.29:1
Card sample
#acfacb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfacb;
Background color
Panel with #acfacb background
background-color: #acfacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfacb; background: linear-gradient(135deg, #acfacb, #ACF5FA);