#2abfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 191, 186
HSL
178°, 64%, 46%
CMYK
78, 0, 3, 25
Luminance
0.4130
Every format
| HEX | #2abfba |
| RGB | rgb(42, 191, 186) |
| HSL | hsl(178, 64%, 46%) |
| CMYK | cmyk(78%, 0%, 3%, 25%) |
| LAB | lab(70.4 -37.9 -8.3) |
| LCH | lch(70.4 38.8 192.4) |
| OKLCH | oklch(0.731 0.118 191.4) |
Copy-ready code
/* CSS */
color: #2abfba;
background-color: #2abfba;
/* Tailwind (arbitrary) */
class="text-[#2abfba] bg-[#2abfba]"
/* SCSS */
$brand: #2abfba;
/* SwiftUI */
Color(red: 0.165, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#2abfba")Accessibility — WCAG contrast
Aa
#2abfba on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abfba on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.9%
Blue72.9%
CMYK percentages
Cyan78.0%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#2abfba text on a black background
contrast 9.26:1
Card sample
#2abfba text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abfba;
Background color
Panel with #2abfba background
background-color: #2abfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abfba; background: linear-gradient(135deg, #2abfba, #2A61BF);