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