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