#2bdfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 223, 223
HSL
180°, 74%, 52%
CMYK
81, 0, 0, 13
Luminance
0.5862
Every format
| HEX | #2bdfdf |
| RGB | rgb(43, 223, 223) |
| HSL | hsl(180, 74%, 52%) |
| CMYK | cmyk(81%, 0%, 0%, 13%) |
| LAB | lab(81.1 -41.6 -12.3) |
| LCH | lch(81.1 43.4 196.5) |
| OKLCH | oklch(0.821 0.134 194.9) |
Copy-ready code
/* CSS */
color: #2bdfdf;
background-color: #2bdfdf;
/* Tailwind (arbitrary) */
class="text-[#2bdfdf] bg-[#2bdfdf]"
/* SCSS */
$brand: #2bdfdf;
/* SwiftUI */
Color(red: 0.169, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#2bdfdf")Accessibility — WCAG contrast
Aa
#2bdfdf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdfdf on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green87.5%
Blue87.5%
CMYK percentages
Cyan80.7%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#2bdfdf text on a black background
contrast 12.72:1
Card sample
#2bdfdf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdfdf;
Background color
Panel with #2bdfdf background
background-color: #2bdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdfdf; background: linear-gradient(135deg, #2bdfdf, #2B67DF);