#2abebf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 190, 191
HSL
180°, 64%, 46%
CMYK
78, 1, 0, 25
Luminance
0.4108
Every format
| HEX | #2abebf |
| RGB | rgb(42, 190, 191) |
| HSL | hsl(180, 64%, 46%) |
| CMYK | cmyk(78%, 1%, 0%, 25%) |
| LAB | lab(70.2 -36.0 -11.3) |
| LCH | lch(70.2 37.7 197.4) |
| OKLCH | oklch(0.730 0.117 195.6) |
Copy-ready code
/* CSS */
color: #2abebf;
background-color: #2abebf;
/* Tailwind (arbitrary) */
class="text-[#2abebf] bg-[#2abebf]"
/* SCSS */
$brand: #2abebf;
/* SwiftUI */
Color(red: 0.165, green: 0.745, blue: 0.749)
/* Android */
Color.parseColor("#2abebf")Accessibility — WCAG contrast
Aa
#2abebf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abebf on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.5%
Blue74.9%
CMYK percentages
Cyan78.0%
Magenta0.5%
Yellow0.0%
Key (black)25.1%
Color previews
#2abebf text on a black background
contrast 9.22:1
Card sample
#2abebf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abebf;
Background color
Panel with #2abebf background
background-color: #2abebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 190, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 190, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abebf; background: linear-gradient(135deg, #2abebf, #2A5BBF);