#afecba
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 186
HSL
131°, 62%, 81%
CMYK
26, 0, 21, 8
Luminance
0.7265
Every format
| HEX | #afecba |
| RGB | rgb(175, 236, 186) |
| HSL | hsl(131, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 21%, 8%) |
| LAB | lab(88.3 -29.0 18.1) |
| LCH | lch(88.3 34.2 148.0) |
| OKLCH | oklch(0.889 0.092 149.7) |
Copy-ready code
/* CSS */
color: #afecba;
background-color: #afecba;
/* Tailwind (arbitrary) */
class="text-[#afecba] bg-[#afecba]"
/* SCSS */
$brand: #afecba;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#afecba")Accessibility — WCAG contrast
Aa
#afecba on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecba on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue72.9%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#afecba text on a black background
contrast 15.53:1
Card sample
#afecba text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecba;
Background color
Panel with #afecba background
background-color: #afecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecba; background: linear-gradient(135deg, #afecba, #AFECE3);