#aff1cf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 241, 207
HSL
149°, 70%, 82%
CMYK
27, 0, 14, 6
Luminance
0.7653
Every format
| HEX | #aff1cf |
| RGB | rgb(175, 241, 207) |
| HSL | hsl(149, 70%, 82%) |
| CMYK | cmyk(27%, 0%, 14%, 6%) |
| LAB | lab(90.1 -27.5 9.8) |
| LCH | lch(90.1 29.2 160.3) |
| OKLCH | oklch(0.905 0.081 161.8) |
Copy-ready code
/* CSS */
color: #aff1cf;
background-color: #aff1cf;
/* Tailwind (arbitrary) */
class="text-[#aff1cf] bg-[#aff1cf]"
/* SCSS */
$brand: #aff1cf;
/* SwiftUI */
Color(red: 0.686, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#aff1cf")Accessibility — WCAG contrast
Aa
#aff1cf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff1cf on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green94.5%
Blue81.2%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#aff1cf text on a black background
contrast 16.31:1
Card sample
#aff1cf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff1cf;
Background color
Panel with #aff1cf background
background-color: #aff1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff1cf; background: linear-gradient(135deg, #aff1cf, #AFE7F1);