#2bccb3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 204, 179
HSL
171°, 65%, 48%
CMYK
79, 0, 12, 20
Luminance
0.4695
Every format
| HEX | #2bccb3 |
| RGB | rgb(43, 204, 179) |
| HSL | hsl(171, 65%, 48%) |
| CMYK | cmyk(79%, 0%, 12%, 20%) |
| LAB | lab(74.2 -45.5 1.1) |
| LCH | lch(74.2 45.5 178.7) |
| OKLCH | oklch(0.761 0.131 179.1) |
Copy-ready code
/* CSS */
color: #2bccb3;
background-color: #2bccb3;
/* Tailwind (arbitrary) */
class="text-[#2bccb3] bg-[#2bccb3]"
/* SCSS */
$brand: #2bccb3;
/* SwiftUI */
Color(red: 0.169, green: 0.800, blue: 0.702)
/* Android */
Color.parseColor("#2bccb3")Accessibility — WCAG contrast
Aa
#2bccb3 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bccb3 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green80.0%
Blue70.2%
CMYK percentages
Cyan78.9%
Magenta0.0%
Yellow12.3%
Key (black)20.0%
Color previews
#2bccb3 text on a black background
contrast 10.39:1
Card sample
#2bccb3 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bccb3;
Background color
Panel with #2bccb3 background
background-color: #2bccb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bccb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 204, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 204, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bccb3; background: linear-gradient(135deg, #2bccb3, #2B7ACC);