#abfef2
a light, electric cyan · cool · closest name: turquoise
RGB
171, 254, 242
HSL
171°, 98%, 83%
CMYK
33, 0, 5, 0
Luminance
0.8595
Every format
| HEX | #abfef2 |
| RGB | rgb(171, 254, 242) |
| HSL | hsl(171, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 5%, 0%) |
| LAB | lab(94.3 -27.6 -2.3) |
| LCH | lch(94.3 27.7 184.7) |
| OKLCH | oklch(0.941 0.082 184.5) |
Copy-ready code
/* CSS */
color: #abfef2;
background-color: #abfef2;
/* Tailwind (arbitrary) */
class="text-[#abfef2] bg-[#abfef2]"
/* SCSS */
$brand: #abfef2;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#abfef2")Accessibility — WCAG contrast
Aa
#abfef2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfef2 on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue94.9%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#abfef2 text on a black background
contrast 18.19:1
Card sample
#abfef2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfef2;
Background color
Panel with #abfef2 background
background-color: #abfef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfef2; background: linear-gradient(135deg, #abfef2, #ABD3FE);