#afface
a light, electric green · cool · closest name: aquamarine
RGB
175, 250, 206
HSL
145°, 88%, 83%
CMYK
30, 0, 18, 2
Luminance
0.8194
Every format
| HEX | #afface |
| RGB | rgb(175, 250, 206) |
| HSL | hsl(145, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 18%, 2%) |
| LAB | lab(92.5 -31.9 13.8) |
| LCH | lch(92.5 34.8 156.6) |
| OKLCH | oklch(0.924 0.096 158.1) |
Copy-ready code
/* CSS */
color: #afface;
background-color: #afface;
/* Tailwind (arbitrary) */
class="text-[#afface] bg-[#afface]"
/* SCSS */
$brand: #afface;
/* SwiftUI */
Color(red: 0.686, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#afface")Accessibility — WCAG contrast
Aa
#afface on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afface on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.0%
Blue80.8%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#afface text on a black background
contrast 17.39:1
Card sample
#afface text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afface;
Background color
Panel with #afface background
background-color: #afface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afface; background: linear-gradient(135deg, #afface, #AFF4FA);