#aff3bc
a light, vivid green · cool · closest name: aquamarine
RGB
175, 243, 188
HSL
132°, 74%, 82%
CMYK
28, 0, 23, 5
Luminance
0.7685
Every format
| HEX | #aff3bc |
| RGB | rgb(175, 243, 188) |
| HSL | hsl(132, 74%, 82%) |
| CMYK | cmyk(28%, 0%, 23%, 5%) |
| LAB | lab(90.3 -31.9 19.9) |
| LCH | lch(90.3 37.6 148.1) |
| OKLCH | oklch(0.904 0.101 149.9) |
Copy-ready code
/* CSS */
color: #aff3bc;
background-color: #aff3bc;
/* Tailwind (arbitrary) */
class="text-[#aff3bc] bg-[#aff3bc]"
/* SCSS */
$brand: #aff3bc;
/* SwiftUI */
Color(red: 0.686, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#aff3bc")Accessibility — WCAG contrast
Aa
#aff3bc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff3bc on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.3%
Blue73.7%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#aff3bc text on a black background
contrast 16.37:1
Card sample
#aff3bc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff3bc;
Background color
Panel with #aff3bc background
background-color: #aff3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff3bc; background: linear-gradient(135deg, #aff3bc, #AFF3E9);