#2ababa
a dark, vivid cyan · cool · closest name: turquoise
RGB
42, 186, 186
HSL
180°, 63%, 45%
CMYK
77, 0, 0, 27
Luminance
0.3916
Every format
| HEX | #2ababa |
| RGB | rgb(42, 186, 186) |
| HSL | hsl(180, 63%, 45%) |
| CMYK | cmyk(77%, 0%, 0%, 27%) |
| LAB | lab(68.9 -35.6 -10.6) |
| LCH | lch(68.9 37.1 196.6) |
| OKLCH | oklch(0.718 0.114 194.9) |
Copy-ready code
/* CSS */
color: #2ababa;
background-color: #2ababa;
/* Tailwind (arbitrary) */
class="text-[#2ababa] bg-[#2ababa]"
/* SCSS */
$brand: #2ababa;
/* SwiftUI */
Color(red: 0.165, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#2ababa")Accessibility — WCAG contrast
Aa
#2ababa on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ababa on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green72.9%
Blue72.9%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#2ababa text on a black background
contrast 8.83:1
Card sample
#2ababa text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ababa;
Background color
Panel with #2ababa background
background-color: #2ababa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ababa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ababa; background: linear-gradient(135deg, #2ababa, #2A5ABA);