#aeeccf
a light, vivid green · cool · closest name: aquamarine
RGB
174, 236, 207
HSL
152°, 62%, 80%
CMYK
26, 0, 12, 8
Luminance
0.7349
Every format
| HEX | #aeeccf |
| RGB | rgb(174, 236, 207) |
| HSL | hsl(152, 62%, 80%) |
| CMYK | cmyk(26%, 0%, 12%, 8%) |
| LAB | lab(88.7 -25.4 7.8) |
| LCH | lch(88.7 26.6 163.0) |
| OKLCH | oklch(0.893 0.074 164.3) |
Copy-ready code
/* CSS */
color: #aeeccf;
background-color: #aeeccf;
/* Tailwind (arbitrary) */
class="text-[#aeeccf] bg-[#aeeccf]"
/* SCSS */
$brand: #aeeccf;
/* SwiftUI */
Color(red: 0.682, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#aeeccf")Accessibility — WCAG contrast
Aa
#aeeccf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeeccf on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green92.5%
Blue81.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#aeeccf text on a black background
contrast 15.70:1
Card sample
#aeeccf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeeccf;
Background color
Panel with #aeeccf background
background-color: #aeeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeeccf; background: linear-gradient(135deg, #aeeccf, #AEE0EC);