#abf9eb
a light, electric cyan · cool · closest name: turquoise
RGB
171, 249, 235
HSL
169°, 87%, 82%
CMYK
31, 0, 6, 2
Luminance
0.8241
Every format
| HEX | #abf9eb |
| RGB | rgb(171, 249, 235) |
| HSL | hsl(169, 87%, 82%) |
| CMYK | cmyk(31%, 0%, 6%, 2%) |
| LAB | lab(92.8 -26.8 -0.9) |
| LCH | lch(92.8 26.8 181.9) |
| OKLCH | oklch(0.928 0.079 182.1) |
Copy-ready code
/* CSS */
color: #abf9eb;
background-color: #abf9eb;
/* Tailwind (arbitrary) */
class="text-[#abf9eb] bg-[#abf9eb]"
/* SCSS */
$brand: #abf9eb;
/* SwiftUI */
Color(red: 0.671, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#abf9eb")Accessibility — WCAG contrast
Aa
#abf9eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf9eb on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.6%
Blue92.2%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#abf9eb text on a black background
contrast 17.48:1
Card sample
#abf9eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf9eb;
Background color
Panel with #abf9eb background
background-color: #abf9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf9eb; background: linear-gradient(135deg, #abf9eb, #ABD3F9);