#afebcd
a light, vivid green · cool · closest name: aquamarine
RGB
175, 235, 205
HSL
150°, 60%, 80%
CMYK
26, 0, 13, 8
Luminance
0.7294
Every format
| HEX | #afebcd |
| RGB | rgb(175, 235, 205) |
| HSL | hsl(150, 60%, 80%) |
| CMYK | cmyk(26%, 0%, 13%, 8%) |
| LAB | lab(88.4 -25.0 8.4) |
| LCH | lch(88.4 26.4 161.3) |
| OKLCH | oklch(0.891 0.074 162.7) |
Copy-ready code
/* CSS */
color: #afebcd;
background-color: #afebcd;
/* Tailwind (arbitrary) */
class="text-[#afebcd] bg-[#afebcd]"
/* SCSS */
$brand: #afebcd;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.804)
/* Android */
Color.parseColor("#afebcd")Accessibility — WCAG contrast
Aa
#afebcd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebcd on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue80.4%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow12.8%
Key (black)7.8%
Color previews
#afebcd text on a black background
contrast 15.59:1
Card sample
#afebcd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebcd;
Background color
Panel with #afebcd background
background-color: #afebcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebcd; background: linear-gradient(135deg, #afebcd, #AFE1EB);