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