#acfbcd
a light, electric green · cool · closest name: aquamarine
RGB
172, 251, 205
HSL
145°, 91%, 83%
CMYK
32, 0, 18, 2
Luminance
0.8217
Every format
| HEX | #acfbcd |
| RGB | rgb(172, 251, 205) |
| HSL | hsl(145, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 18%, 2%) |
| LAB | lab(92.7 -33.5 14.5) |
| LCH | lch(92.7 36.5 156.6) |
| OKLCH | oklch(0.925 0.100 158.2) |
Copy-ready code
/* CSS */
color: #acfbcd;
background-color: #acfbcd;
/* Tailwind (arbitrary) */
class="text-[#acfbcd] bg-[#acfbcd]"
/* SCSS */
$brand: #acfbcd;
/* SwiftUI */
Color(red: 0.675, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#acfbcd")Accessibility — WCAG contrast
Aa
#acfbcd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfbcd on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.4%
Blue80.4%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#acfbcd text on a black background
contrast 17.43:1
Card sample
#acfbcd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfbcd;
Background color
Panel with #acfbcd background
background-color: #acfbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfbcd; background: linear-gradient(135deg, #acfbcd, #ACF4FB);