#affbc9
a light, electric green · cool · closest name: aquamarine
RGB
175, 251, 201
HSL
141°, 91%, 84%
CMYK
30, 0, 20, 2
Luminance
0.8233
Every format
| HEX | #affbc9 |
| RGB | rgb(175, 251, 201) |
| HSL | hsl(141, 91%, 84%) |
| CMYK | cmyk(30%, 0%, 20%, 2%) |
| LAB | lab(92.7 -33.3 16.6) |
| LCH | lch(92.7 37.2 153.5) |
| OKLCH | oklch(0.925 0.102 155.1) |
Copy-ready code
/* CSS */
color: #affbc9;
background-color: #affbc9;
/* Tailwind (arbitrary) */
class="text-[#affbc9] bg-[#affbc9]"
/* SCSS */
$brand: #affbc9;
/* SwiftUI */
Color(red: 0.686, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#affbc9")Accessibility — WCAG contrast
Aa
#affbc9 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affbc9 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.4%
Blue78.8%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#affbc9 text on a black background
contrast 17.47:1
Card sample
#affbc9 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affbc9;
Background color
Panel with #affbc9 background
background-color: #affbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affbc9; background: linear-gradient(135deg, #affbc9, #AFFAFB);