#aafcdf
a light, electric green · cool · closest name: aquamarine
RGB
170, 252, 223
HSL
159°, 93%, 83%
CMYK
33, 0, 12, 1
Luminance
0.8349
Every format
| HEX | #aafcdf |
| RGB | rgb(170, 252, 223) |
| HSL | hsl(159, 93%, 83%) |
| CMYK | cmyk(33%, 0%, 12%, 1%) |
| LAB | lab(93.2 -31.0 6.0) |
| LCH | lch(93.2 31.5 169.1) |
| OKLCH | oklch(0.930 0.090 170.1) |
Copy-ready code
/* CSS */
color: #aafcdf;
background-color: #aafcdf;
/* Tailwind (arbitrary) */
class="text-[#aafcdf] bg-[#aafcdf]"
/* SCSS */
$brand: #aafcdf;
/* SwiftUI */
Color(red: 0.667, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#aafcdf")Accessibility — WCAG contrast
Aa
#aafcdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafcdf on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green98.8%
Blue87.5%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#aafcdf text on a black background
contrast 17.70:1
Card sample
#aafcdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafcdf;
Background color
Panel with #aafcdf background
background-color: #aafcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafcdf; background: linear-gradient(135deg, #aafcdf, #AAE2FC);