#abfeef
a light, electric cyan · cool · closest name: aquamarine
RGB
171, 254, 239
HSL
169°, 98%, 83%
CMYK
33, 0, 6, 0
Luminance
0.8577
Every format
| HEX | #abfeef |
| RGB | rgb(171, 254, 239) |
| HSL | hsl(169, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 6%, 0%) |
| LAB | lab(94.2 -28.3 -0.8) |
| LCH | lch(94.2 28.3 181.7) |
| OKLCH | oklch(0.940 0.083 181.8) |
Copy-ready code
/* CSS */
color: #abfeef;
background-color: #abfeef;
/* Tailwind (arbitrary) */
class="text-[#abfeef] bg-[#abfeef]"
/* SCSS */
$brand: #abfeef;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#abfeef")Accessibility — WCAG contrast
Aa
#abfeef on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfeef on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue93.7%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#abfeef text on a black background
contrast 18.15:1
Card sample
#abfeef text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfeef;
Background color
Panel with #abfeef background
background-color: #abfeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfeef; background: linear-gradient(135deg, #abfeef, #ABD6FE);