#afebaf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 235, 175
HSL
120°, 60%, 80%
CMYK
26, 0, 26, 8
Luminance
0.7163
Every format
| HEX | #afebaf |
| RGB | rgb(175, 235, 175) |
| HSL | hsl(120, 60%, 80%) |
| CMYK | cmyk(26%, 0%, 26%, 8%) |
| LAB | lab(87.8 -30.4 23.1) |
| LCH | lch(87.8 38.2 142.7) |
| OKLCH | oklch(0.884 0.102 144.7) |
Copy-ready code
/* CSS */
color: #afebaf;
background-color: #afebaf;
/* Tailwind (arbitrary) */
class="text-[#afebaf] bg-[#afebaf]"
/* SCSS */
$brand: #afebaf;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#afebaf")Accessibility — WCAG contrast
Aa
#afebaf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebaf on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue68.6%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#afebaf text on a black background
contrast 15.33:1
Card sample
#afebaf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebaf;
Background color
Panel with #afebaf background
background-color: #afebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebaf; background: linear-gradient(135deg, #afebaf, #AFEBD7);