#affcdc
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 220
HSL
155°, 93%, 84%
CMYK
31, 0, 13, 1
Luminance
0.8390
Every format
| HEX | #affcdc |
| RGB | rgb(175, 252, 220) |
| HSL | hsl(155, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 13%, 1%) |
| LAB | lab(93.4 -30.1 7.8) |
| LCH | lch(93.4 31.1 165.4) |
| OKLCH | oklch(0.932 0.088 166.7) |
Copy-ready code
/* CSS */
color: #affcdc;
background-color: #affcdc;
/* Tailwind (arbitrary) */
class="text-[#affcdc] bg-[#affcdc]"
/* SCSS */
$brand: #affcdc;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#affcdc")Accessibility — WCAG contrast
Aa
#affcdc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcdc on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue86.3%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#affcdc text on a black background
contrast 17.78:1
Card sample
#affcdc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcdc;
Background color
Panel with #affcdc background
background-color: #affcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcdc; background: linear-gradient(135deg, #affcdc, #AFE9FC);