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