#afffba
a light, electric green · cool · closest name: aquamarine
RGB
175, 255, 186
HSL
128°, 100%, 84%
CMYK
31, 0, 27, 0
Luminance
0.8418
Every format
| HEX | #afffba |
| RGB | rgb(175, 255, 186) |
| HSL | hsl(128, 100%, 84%) |
| CMYK | cmyk(31%, 0%, 27%, 0%) |
| LAB | lab(93.5 -37.8 25.4) |
| LCH | lch(93.5 45.5 146.1) |
| OKLCH | oklch(0.931 0.122 148.0) |
Copy-ready code
/* CSS */
color: #afffba;
background-color: #afffba;
/* Tailwind (arbitrary) */
class="text-[#afffba] bg-[#afffba]"
/* SCSS */
$brand: #afffba;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#afffba")Accessibility — WCAG contrast
Aa
#afffba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afffba on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue72.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#afffba text on a black background
contrast 17.84:1
Card sample
#afffba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afffba;
Background color
Panel with #afffba background
background-color: #afffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afffba; background: linear-gradient(135deg, #afffba, #AFFFEF);