#ace3be
a light, vivid green · cool · closest name: aquamarine
RGB
172, 227, 190
HSL
140°, 50%, 78%
CMYK
24, 0, 16, 11
Luminance
0.6743
Every format
| HEX | #ace3be |
| RGB | rgb(172, 227, 190) |
| HSL | hsl(140, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 16%, 11%) |
| LAB | lab(85.7 -24.9 12.4) |
| LCH | lch(85.7 27.8 153.5) |
| OKLCH | oklch(0.868 0.076 155.1) |
Copy-ready code
/* CSS */
color: #ace3be;
background-color: #ace3be;
/* Tailwind (arbitrary) */
class="text-[#ace3be] bg-[#ace3be]"
/* SCSS */
$brand: #ace3be;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.745)
/* Android */
Color.parseColor("#ace3be")Accessibility — WCAG contrast
Aa
#ace3be on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3be on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue74.5%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow16.3%
Key (black)11.0%
Color previews
#ace3be text on a black background
contrast 14.49:1
Card sample
#ace3be text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3be;
Background color
Panel with #ace3be background
background-color: #ace3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3be; background: linear-gradient(135deg, #ace3be, #ACE3E3);