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