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