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