#ace4bf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 228, 191
HSL
140°, 51%, 78%
CMYK
25, 0, 16, 11
Luminance
0.6802
Every format
| HEX | #ace4bf |
| RGB | rgb(172, 228, 191) |
| HSL | hsl(140, 51%, 78%) |
| CMYK | cmyk(25%, 0%, 16%, 11%) |
| LAB | lab(86.0 -25.2 12.3) |
| LCH | lch(86.0 28.1 153.9) |
| OKLCH | oklch(0.870 0.077 155.5) |
Copy-ready code
/* CSS */
color: #ace4bf;
background-color: #ace4bf;
/* Tailwind (arbitrary) */
class="text-[#ace4bf] bg-[#ace4bf]"
/* SCSS */
$brand: #ace4bf;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.749)
/* Android */
Color.parseColor("#ace4bf")Accessibility — WCAG contrast
Aa
#ace4bf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4bf on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue74.9%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow16.2%
Key (black)10.6%
Color previews
#ace4bf text on a black background
contrast 14.60:1
Card sample
#ace4bf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4bf;
Background color
Panel with #ace4bf background
background-color: #ace4bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4bf; background: linear-gradient(135deg, #ace4bf, #ACE4E4);