#acf5ce
a light, electric green · cool · closest name: aquamarine
RGB
172, 245, 206
HSL
148°, 79%, 82%
CMYK
30, 0, 16, 4
Luminance
0.7853
Every format
| HEX | #acf5ce |
| RGB | rgb(172, 245, 206) |
| HSL | hsl(148, 79%, 82%) |
| CMYK | cmyk(30%, 0%, 16%, 4%) |
| LAB | lab(91.0 -30.5 11.6) |
| LCH | lch(91.0 32.6 159.1) |
| OKLCH | oklch(0.912 0.090 160.6) |
Copy-ready code
/* CSS */
color: #acf5ce;
background-color: #acf5ce;
/* Tailwind (arbitrary) */
class="text-[#acf5ce] bg-[#acf5ce]"
/* SCSS */
$brand: #acf5ce;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.808)
/* Android */
Color.parseColor("#acf5ce")Accessibility — WCAG contrast
Aa
#acf5ce on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf5ce on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue80.8%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow15.9%
Key (black)3.9%
Color previews
#acf5ce text on a black background
contrast 16.71:1
Card sample
#acf5ce text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf5ce;
Background color
Panel with #acf5ce background
background-color: #acf5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf5ce; background: linear-gradient(135deg, #acf5ce, #ACEBF5);