#acf4da
a light, electric green · cool · closest name: aquamarine
RGB
172, 244, 218
HSL
158°, 77%, 82%
CMYK
30, 0, 11, 4
Luminance
0.7853
Every format
| HEX | #acf4da |
| RGB | rgb(172, 244, 218) |
| HSL | hsl(158, 77%, 82%) |
| CMYK | cmyk(30%, 0%, 11%, 4%) |
| LAB | lab(91.0 -27.6 5.4) |
| LCH | lch(91.0 28.1 168.9) |
| OKLCH | oklch(0.912 0.080 170.0) |
Copy-ready code
/* CSS */
color: #acf4da;
background-color: #acf4da;
/* Tailwind (arbitrary) */
class="text-[#acf4da] bg-[#acf4da]"
/* SCSS */
$brand: #acf4da;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#acf4da")Accessibility — WCAG contrast
Aa
#acf4da on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf4da on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue85.5%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#acf4da text on a black background
contrast 16.71:1
Card sample
#acf4da text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf4da;
Background color
Panel with #acf4da background
background-color: #acf4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf4da; background: linear-gradient(135deg, #acf4da, #ACDEF4);