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