#affcb5
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 181
HSL
125°, 93%, 84%
CMYK
31, 0, 28, 1
Luminance
0.8207
Every format
| HEX | #affcb5 |
| RGB | rgb(175, 252, 181) |
| HSL | hsl(125, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 28%, 1%) |
| LAB | lab(92.6 -37.2 26.7) |
| LCH | lch(92.6 45.8 144.4) |
| OKLCH | oklch(0.923 0.122 146.4) |
Copy-ready code
/* CSS */
color: #affcb5;
background-color: #affcb5;
/* Tailwind (arbitrary) */
class="text-[#affcb5] bg-[#affcb5]"
/* SCSS */
$brand: #affcb5;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.710)
/* Android */
Color.parseColor("#affcb5")Accessibility — WCAG contrast
Aa
#affcb5 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcb5 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue71.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow28.2%
Key (black)1.2%
Color previews
#affcb5 text on a black background
contrast 17.41:1
Card sample
#affcb5 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcb5;
Background color
Panel with #affcb5 background
background-color: #affcb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcb5; background: linear-gradient(135deg, #affcb5, #AFFCE8);