#2abeb1
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 190, 177
HSL
175°, 64%, 46%
CMYK
78, 0, 7, 26
Luminance
0.4049
Every format
| HEX | #2abeb1 |
| RGB | rgb(42, 190, 177) |
| HSL | hsl(175, 64%, 46%) |
| CMYK | cmyk(78%, 0%, 7%, 26%) |
| LAB | lab(69.8 -40.0 -4.2) |
| LCH | lch(69.8 40.2 186.0) |
| OKLCH | oklch(0.725 0.119 185.8) |
Copy-ready code
/* CSS */
color: #2abeb1;
background-color: #2abeb1;
/* Tailwind (arbitrary) */
class="text-[#2abeb1] bg-[#2abeb1]"
/* SCSS */
$brand: #2abeb1;
/* SwiftUI */
Color(red: 0.165, green: 0.745, blue: 0.694)
/* Android */
Color.parseColor("#2abeb1")Accessibility — WCAG contrast
Aa
#2abeb1 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abeb1 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.5%
Blue69.4%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow6.8%
Key (black)25.5%
Color previews
#2abeb1 text on a black background
contrast 9.10:1
Card sample
#2abeb1 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abeb1;
Background color
Panel with #2abeb1 background
background-color: #2abeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 190, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 190, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abeb1; background: linear-gradient(135deg, #2abeb1, #2A68BE);