#2bdada
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 218, 218
HSL
180°, 70%, 51%
CMYK
80, 0, 0, 15
Luminance
0.5572
Every format
| HEX | #2bdada |
| RGB | rgb(43, 218, 218) |
| HSL | hsl(180, 70%, 51%) |
| CMYK | cmyk(80%, 0%, 0%, 15%) |
| LAB | lab(79.5 -40.8 -12.1) |
| LCH | lch(79.5 42.5 196.5) |
| OKLCH | oklch(0.808 0.131 194.9) |
Copy-ready code
/* CSS */
color: #2bdada;
background-color: #2bdada;
/* Tailwind (arbitrary) */
class="text-[#2bdada] bg-[#2bdada]"
/* SCSS */
$brand: #2bdada;
/* SwiftUI */
Color(red: 0.169, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#2bdada")Accessibility — WCAG contrast
Aa
#2bdada on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdada on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green85.5%
Blue85.5%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#2bdada text on a black background
contrast 12.14:1
Card sample
#2bdada text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdada;
Background color
Panel with #2bdada background
background-color: #2bdada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdada; background: linear-gradient(135deg, #2bdada, #2B65DA);