#affcab
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 171
HSL
117°, 93%, 83%
CMYK
31, 0, 32, 1
Luminance
0.8168
Every format
| HEX | #affcab |
| RGB | rgb(175, 252, 171) |
| HSL | hsl(117, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 32%, 1%) |
| LAB | lab(92.4 -38.8 31.5) |
| LCH | lch(92.4 50.0 141.0) |
| OKLCH | oklch(0.921 0.132 143.3) |
Copy-ready code
/* CSS */
color: #affcab;
background-color: #affcab;
/* Tailwind (arbitrary) */
class="text-[#affcab] bg-[#affcab]"
/* SCSS */
$brand: #affcab;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.671)
/* Android */
Color.parseColor("#affcab")Accessibility — WCAG contrast
Aa
#affcab on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcab on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue67.1%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow32.1%
Key (black)1.2%
Color previews
#affcab text on a black background
contrast 17.34:1
Card sample
#affcab text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcab;
Background color
Panel with #affcab background
background-color: #affcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcab; background: linear-gradient(135deg, #affcab, #ABFCDD);