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