#afecd0
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 208
HSL
153°, 62%, 81%
CMYK
26, 0, 12, 8
Luminance
0.7366
Every format
| HEX | #afecd0 |
| RGB | rgb(175, 236, 208) |
| HSL | hsl(153, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 12%, 8%) |
| LAB | lab(88.8 -24.9 7.4) |
| LCH | lch(88.8 26.0 163.5) |
| OKLCH | oklch(0.894 0.073 164.8) |
Copy-ready code
/* CSS */
color: #afecd0;
background-color: #afecd0;
/* Tailwind (arbitrary) */
class="text-[#afecd0] bg-[#afecd0]"
/* SCSS */
$brand: #afecd0;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.816)
/* Android */
Color.parseColor("#afecd0")Accessibility — WCAG contrast
Aa
#afecd0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecd0 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue81.6%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow11.9%
Key (black)7.5%
Color previews
#afecd0 text on a black background
contrast 15.73:1
Card sample
#afecd0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecd0;
Background color
Panel with #afecd0 background
background-color: #afecd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecd0; background: linear-gradient(135deg, #afecd0, #AFDFEC);