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