#abf8eb
a light, electric cyan · cool · closest name: turquoise
RGB
171, 248, 235
HSL
170°, 85%, 82%
CMYK
31, 0, 5, 3
Luminance
0.8179
Every format
| HEX | #abf8eb |
| RGB | rgb(171, 248, 235) |
| HSL | hsl(170, 85%, 82%) |
| CMYK | cmyk(31%, 0%, 5%, 3%) |
| LAB | lab(92.5 -26.3 -1.3) |
| LCH | lch(92.5 26.3 182.8) |
| OKLCH | oklch(0.925 0.078 182.9) |
Copy-ready code
/* CSS */
color: #abf8eb;
background-color: #abf8eb;
/* Tailwind (arbitrary) */
class="text-[#abf8eb] bg-[#abf8eb]"
/* SCSS */
$brand: #abf8eb;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#abf8eb")Accessibility — WCAG contrast
Aa
#abf8eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf8eb on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue92.2%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#abf8eb text on a black background
contrast 17.36:1
Card sample
#abf8eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf8eb;
Background color
Panel with #abf8eb background
background-color: #abf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf8eb; background: linear-gradient(135deg, #abf8eb, #ABD2F8);