#acefbb
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 187
HSL
133°, 68%, 81%
CMYK
28, 0, 22, 6
Luminance
0.7409
Every format
| HEX | #acefbb |
| RGB | rgb(172, 239, 187) |
| HSL | hsl(133, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 22%, 6%) |
| LAB | lab(89.0 -31.2 18.6) |
| LCH | lch(89.0 36.3 149.2) |
| OKLCH | oklch(0.894 0.098 151.0) |
Copy-ready code
/* CSS */
color: #acefbb;
background-color: #acefbb;
/* Tailwind (arbitrary) */
class="text-[#acefbb] bg-[#acefbb]"
/* SCSS */
$brand: #acefbb;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.733)
/* Android */
Color.parseColor("#acefbb")Accessibility — WCAG contrast
Aa
#acefbb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefbb on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue73.3%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow21.8%
Key (black)6.3%
Color previews
#acefbb text on a black background
contrast 15.82:1
Card sample
#acefbb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefbb;
Background color
Panel with #acefbb background
background-color: #acefbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefbb; background: linear-gradient(135deg, #acefbb, #ACEFE8);