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