#afe3bc
a light, vivid green · cool · closest name: aquamarine
RGB
175, 227, 188
HSL
135°, 48%, 79%
CMYK
23, 0, 17, 11
Luminance
0.6768
Every format
| HEX | #afe3bc |
| RGB | rgb(175, 227, 188) |
| HSL | hsl(135, 48%, 79%) |
| CMYK | cmyk(23%, 0%, 17%, 11%) |
| LAB | lab(85.8 -24.3 13.7) |
| LCH | lch(85.8 27.9 150.6) |
| OKLCH | oklch(0.869 0.076 152.3) |
Copy-ready code
/* CSS */
color: #afe3bc;
background-color: #afe3bc;
/* Tailwind (arbitrary) */
class="text-[#afe3bc] bg-[#afe3bc]"
/* SCSS */
$brand: #afe3bc;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.737)
/* Android */
Color.parseColor("#afe3bc")Accessibility — WCAG contrast
Aa
#afe3bc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3bc on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue73.7%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow17.2%
Key (black)11.0%
Color previews
#afe3bc text on a black background
contrast 14.54:1
Card sample
#afe3bc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3bc;
Background color
Panel with #afe3bc background
background-color: #afe3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3bc; background: linear-gradient(135deg, #afe3bc, #AFE3DF);