#abf7f1
a light, electric cyan · cool · closest name: turquoise
RGB
171, 247, 241
HSL
175°, 83%, 82%
CMYK
31, 0, 2, 3
Luminance
0.8153
Every format
| HEX | #abf7f1 |
| RGB | rgb(171, 247, 241) |
| HSL | hsl(175, 83%, 82%) |
| CMYK | cmyk(31%, 0%, 2%, 3%) |
| LAB | lab(92.4 -24.5 -4.6) |
| LCH | lch(92.4 24.9 190.6) |
| OKLCH | oklch(0.925 0.075 189.7) |
Copy-ready code
/* CSS */
color: #abf7f1;
background-color: #abf7f1;
/* Tailwind (arbitrary) */
class="text-[#abf7f1] bg-[#abf7f1]"
/* SCSS */
$brand: #abf7f1;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.945)
/* Android */
Color.parseColor("#abf7f1")Accessibility — WCAG contrast
Aa
#abf7f1 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7f1 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue94.5%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow2.4%
Key (black)3.1%
Color previews
#abf7f1 text on a black background
contrast 17.31:1
Card sample
#abf7f1 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7f1;
Background color
Panel with #abf7f1 background
background-color: #abf7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7f1; background: linear-gradient(135deg, #abf7f1, #ABCAF7);