#afffec
a light, electric cyan · cool · closest name: aquamarine
RGB
175, 255, 236
HSL
166°, 100%, 84%
CMYK
31, 0, 8, 0
Luminance
0.8669
Every format
| HEX | #afffec |
| RGB | rgb(175, 255, 236) |
| HSL | hsl(166, 100%, 84%) |
| CMYK | cmyk(31%, 0%, 8%, 0%) |
| LAB | lab(94.6 -28.3 1.3) |
| LCH | lch(94.6 28.3 177.3) |
| OKLCH | oklch(0.943 0.083 177.9) |
Copy-ready code
/* CSS */
color: #afffec;
background-color: #afffec;
/* Tailwind (arbitrary) */
class="text-[#afffec] bg-[#afffec]"
/* SCSS */
$brand: #afffec;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.925)
/* Android */
Color.parseColor("#afffec")Accessibility — WCAG contrast
Aa
#afffec on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afffec on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue92.5%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow7.5%
Key (black)0.0%
Color previews
#afffec text on a black background
contrast 18.34:1
Card sample
#afffec text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afffec;
Background color
Panel with #afffec background
background-color: #afffec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afffec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afffec; background: linear-gradient(135deg, #afffec, #AFDDFF);