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