#acfccb
a light, electric green · cool · closest name: aquamarine
RGB
172, 252, 203
HSL
143°, 93%, 83%
CMYK
32, 0, 19, 1
Luminance
0.8270
Every format
| HEX | #acfccb |
| RGB | rgb(172, 252, 203) |
| HSL | hsl(143, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 19%, 1%) |
| LAB | lab(92.9 -34.3 15.8) |
| LCH | lch(92.9 37.8 155.3) |
| OKLCH | oklch(0.926 0.103 156.8) |
Copy-ready code
/* CSS */
color: #acfccb;
background-color: #acfccb;
/* Tailwind (arbitrary) */
class="text-[#acfccb] bg-[#acfccb]"
/* SCSS */
$brand: #acfccb;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#acfccb")Accessibility — WCAG contrast
Aa
#acfccb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfccb on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue79.6%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#acfccb text on a black background
contrast 17.54:1
Card sample
#acfccb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfccb;
Background color
Panel with #acfccb background
background-color: #acfccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfccb; background: linear-gradient(135deg, #acfccb, #ACF8FC);