#2bc2cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 194, 203
HSL
183°, 65%, 48%
CMYK
79, 4, 0, 20
Luminance
0.4341
Every format
| HEX | #2bc2cb |
| RGB | rgb(43, 194, 203) |
| HSL | hsl(183, 65%, 48%) |
| CMYK | cmyk(79%, 4%, 0%, 20%) |
| LAB | lab(71.8 -34.2 -15.4) |
| LCH | lch(71.8 37.5 204.3) |
| OKLCH | oklch(0.744 0.119 201.2) |
Copy-ready code
/* CSS */
color: #2bc2cb;
background-color: #2bc2cb;
/* Tailwind (arbitrary) */
class="text-[#2bc2cb] bg-[#2bc2cb]"
/* SCSS */
$brand: #2bc2cb;
/* SwiftUI */
Color(red: 0.169, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#2bc2cb")Accessibility — WCAG contrast
Aa
#2bc2cb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bc2cb on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green76.1%
Blue79.6%
CMYK percentages
Cyan78.8%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#2bc2cb text on a black background
contrast 9.68:1
Card sample
#2bc2cb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bc2cb;
Background color
Panel with #2bc2cb background
background-color: #2bc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bc2cb; background: linear-gradient(135deg, #2bc2cb, #2B57CB);