#31c2ab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
49, 194, 171
HSL
171°, 60%, 48%
CMYK
75, 0, 12, 24
Luminance
0.4218
Every format
| HEX | #31c2ab |
| RGB | rgb(49, 194, 171) |
| HSL | hsl(171, 60%, 48%) |
| CMYK | cmyk(75%, 0%, 12%, 24%) |
| LAB | lab(71.0 -42.6 0.8) |
| LCH | lch(71.0 42.6 178.9) |
| OKLCH | oklch(0.735 0.123 179.3) |
Copy-ready code
/* CSS */
color: #31c2ab;
background-color: #31c2ab;
/* Tailwind (arbitrary) */
class="text-[#31c2ab] bg-[#31c2ab]"
/* SCSS */
$brand: #31c2ab;
/* SwiftUI */
Color(red: 0.192, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#31c2ab")Accessibility — WCAG contrast
Aa
#31c2ab on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31c2ab on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green76.1%
Blue67.1%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#31c2ab text on a black background
contrast 9.44:1
Card sample
#31c2ab text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31c2ab;
Background color
Panel with #31c2ab background
background-color: #31c2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31c2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31c2ab; background: linear-gradient(135deg, #31c2ab, #3178C2);