#acf3bc
a light, vivid green · cool · closest name: aquamarine
RGB
172, 243, 188
HSL
134°, 75%, 81%
CMYK
29, 0, 23, 5
Luminance
0.7650
Every format
| HEX | #acf3bc |
| RGB | rgb(172, 243, 188) |
| HSL | hsl(134, 75%, 81%) |
| CMYK | cmyk(29%, 0%, 23%, 5%) |
| LAB | lab(90.1 -32.9 19.6) |
| LCH | lch(90.1 38.3 149.2) |
| OKLCH | oklch(0.903 0.103 150.9) |
Copy-ready code
/* CSS */
color: #acf3bc;
background-color: #acf3bc;
/* Tailwind (arbitrary) */
class="text-[#acf3bc] bg-[#acf3bc]"
/* SCSS */
$brand: #acf3bc;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#acf3bc")Accessibility — WCAG contrast
Aa
#acf3bc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf3bc on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue73.7%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#acf3bc text on a black background
contrast 16.30:1
Card sample
#acf3bc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf3bc;
Background color
Panel with #acf3bc background
background-color: #acf3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf3bc; background: linear-gradient(135deg, #acf3bc, #ACF3EB);