#affcb0
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 176
HSL
121°, 93%, 84%
CMYK
31, 0, 30, 1
Luminance
0.8187
Every format
| HEX | #affcb0 |
| RGB | rgb(175, 252, 176) |
| HSL | hsl(121, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 30%, 1%) |
| LAB | lab(92.5 -38.0 29.1) |
| LCH | lch(92.5 47.9 142.6) |
| OKLCH | oklch(0.922 0.127 144.8) |
Copy-ready code
/* CSS */
color: #affcb0;
background-color: #affcb0;
/* Tailwind (arbitrary) */
class="text-[#affcb0] bg-[#affcb0]"
/* SCSS */
$brand: #affcb0;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.690)
/* Android */
Color.parseColor("#affcb0")Accessibility — WCAG contrast
Aa
#affcb0 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcb0 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue69.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow30.2%
Key (black)1.2%
Color previews
#affcb0 text on a black background
contrast 17.37:1
Card sample
#affcb0 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcb0;
Background color
Panel with #affcb0 background
background-color: #affcb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcb0; background: linear-gradient(135deg, #affcb0, #AFFCE3);