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