#affcdf
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 223
HSL
157°, 93%, 84%
CMYK
31, 0, 12, 1
Luminance
0.8406
Every format
| HEX | #affcdf |
| RGB | rgb(175, 252, 223) |
| HSL | hsl(157, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 12%, 1%) |
| LAB | lab(93.5 -29.6 6.4) |
| LCH | lch(93.5 30.2 167.8) |
| OKLCH | oklch(0.933 0.086 169.0) |
Copy-ready code
/* CSS */
color: #affcdf;
background-color: #affcdf;
/* Tailwind (arbitrary) */
class="text-[#affcdf] bg-[#affcdf]"
/* SCSS */
$brand: #affcdf;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#affcdf")Accessibility — WCAG contrast
Aa
#affcdf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcdf on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue87.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#affcdf text on a black background
contrast 17.81:1
Card sample
#affcdf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcdf;
Background color
Panel with #affcdf background
background-color: #affcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcdf; background: linear-gradient(135deg, #affcdf, #AFE6FC);