#affcbf
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 191
HSL
133°, 93%, 84%
CMYK
31, 0, 24, 1
Luminance
0.8250
Every format
| HEX | #affcbf |
| RGB | rgb(175, 252, 191) |
| HSL | hsl(133, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 24%, 1%) |
| LAB | lab(92.8 -35.6 21.9) |
| LCH | lch(92.8 41.7 148.4) |
| OKLCH | oklch(0.925 0.112 150.2) |
Copy-ready code
/* CSS */
color: #affcbf;
background-color: #affcbf;
/* Tailwind (arbitrary) */
class="text-[#affcbf] bg-[#affcbf]"
/* SCSS */
$brand: #affcbf;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.749)
/* Android */
Color.parseColor("#affcbf")Accessibility — WCAG contrast
Aa
#affcbf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcbf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue74.9%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow24.2%
Key (black)1.2%
Color previews
#affcbf text on a black background
contrast 17.50:1
Card sample
#affcbf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcbf;
Background color
Panel with #affcbf background
background-color: #affcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcbf; background: linear-gradient(135deg, #affcbf, #AFFCF2);