#affbdf
a light, electric green · cool · closest name: aquamarine
RGB
175, 251, 223
HSL
158°, 91%, 84%
CMYK
30, 0, 11, 2
Luminance
0.8344
Every format
| HEX | #affbdf |
| RGB | rgb(175, 251, 223) |
| HSL | hsl(158, 91%, 84%) |
| CMYK | cmyk(30%, 0%, 11%, 2%) |
| LAB | lab(93.2 -29.1 6.0) |
| LCH | lch(93.2 29.7 168.4) |
| OKLCH | oklch(0.931 0.084 169.5) |
Copy-ready code
/* CSS */
color: #affbdf;
background-color: #affbdf;
/* Tailwind (arbitrary) */
class="text-[#affbdf] bg-[#affbdf]"
/* SCSS */
$brand: #affbdf;
/* SwiftUI */
Color(red: 0.686, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#affbdf")Accessibility — WCAG contrast
Aa
#affbdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affbdf on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#affbdf text on a black background
contrast 17.69:1
Card sample
#affbdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affbdf;
Background color
Panel with #affbdf background
background-color: #affbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affbdf; background: linear-gradient(135deg, #affbdf, #AFE4FB);