#2abbae
a dark, vivid cyan · cool · closest name: turquoise
RGB
42, 187, 174
HSL
175°, 63%, 45%
CMYK
78, 0, 7, 27
Luminance
0.3909
Every format
| HEX | #2abbae |
| RGB | rgb(42, 187, 174) |
| HSL | hsl(175, 63%, 45%) |
| CMYK | cmyk(78%, 0%, 7%, 27%) |
| LAB | lab(68.8 -39.5 -4.0) |
| LCH | lch(68.8 39.7 185.9) |
| OKLCH | oklch(0.717 0.117 185.7) |
Copy-ready code
/* CSS */
color: #2abbae;
background-color: #2abbae;
/* Tailwind (arbitrary) */
class="text-[#2abbae] bg-[#2abbae]"
/* SCSS */
$brand: #2abbae;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.682)
/* Android */
Color.parseColor("#2abbae")Accessibility — WCAG contrast
Aa
#2abbae on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abbae on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.3%
Blue68.2%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow7.0%
Key (black)26.7%
Color previews
#2abbae text on a black background
contrast 8.82:1
Card sample
#2abbae text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abbae;
Background color
Panel with #2abbae background
background-color: #2abbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 187, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abbae; background: linear-gradient(135deg, #2abbae, #2A67BB);