#affcb8
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 184
HSL
127°, 93%, 84%
CMYK
31, 0, 27, 1
Luminance
0.8220
Every format
| HEX | #affcb8 |
| RGB | rgb(175, 252, 184) |
| HSL | hsl(127, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 27%, 1%) |
| LAB | lab(92.7 -36.8 25.2) |
| LCH | lch(92.7 44.6 145.5) |
| OKLCH | oklch(0.924 0.119 147.5) |
Copy-ready code
/* CSS */
color: #affcb8;
background-color: #affcb8;
/* Tailwind (arbitrary) */
class="text-[#affcb8] bg-[#affcb8]"
/* SCSS */
$brand: #affcb8;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.722)
/* Android */
Color.parseColor("#affcb8")Accessibility — WCAG contrast
Aa
#affcb8 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcb8 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue72.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow27.0%
Key (black)1.2%
Color previews
#affcb8 text on a black background
contrast 17.44:1
Card sample
#affcb8 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcb8;
Background color
Panel with #affcb8 background
background-color: #affcb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcb8; background: linear-gradient(135deg, #affcb8, #AFFCEB);