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