#2abfc8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 191, 200
HSL
183°, 65%, 48%
CMYK
79, 5, 0, 22
Luminance
0.4192
Every format
| HEX | #2abfc8 |
| RGB | rgb(42, 191, 200) |
| HSL | hsl(183, 65%, 48%) |
| CMYK | cmyk(79%, 5%, 0%, 22%) |
| LAB | lab(70.8 -33.8 -15.3) |
| LCH | lch(70.8 37.1 204.4) |
| OKLCH | oklch(0.736 0.117 201.3) |
Copy-ready code
/* CSS */
color: #2abfc8;
background-color: #2abfc8;
/* Tailwind (arbitrary) */
class="text-[#2abfc8] bg-[#2abfc8]"
/* SCSS */
$brand: #2abfc8;
/* SwiftUI */
Color(red: 0.165, green: 0.749, blue: 0.784)
/* Android */
Color.parseColor("#2abfc8")Accessibility — WCAG contrast
Aa
#2abfc8 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abfc8 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.9%
Blue78.4%
CMYK percentages
Cyan79.0%
Magenta4.5%
Yellow0.0%
Key (black)21.6%
Color previews
#2abfc8 text on a black background
contrast 9.38:1
Card sample
#2abfc8 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abfc8;
Background color
Panel with #2abfc8 background
background-color: #2abfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 191, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 191, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abfc8; background: linear-gradient(135deg, #2abfc8, #2A56C8);