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