#2bebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
43, 235, 223
HSL
176°, 83%, 55%
CMYK
82, 0, 5, 8
Luminance
0.6526
Every format
| HEX | #2bebdf |
| RGB | rgb(43, 235, 223) |
| HSL | hsl(176, 83%, 55%) |
| CMYK | cmyk(82%, 0%, 5%, 8%) |
| LAB | lab(84.6 -46.8 -7.0) |
| LCH | lch(84.6 47.4 188.6) |
| OKLCH | oklch(0.850 0.142 188.1) |
Copy-ready code
/* CSS */
color: #2bebdf;
background-color: #2bebdf;
/* Tailwind (arbitrary) */
class="text-[#2bebdf] bg-[#2bebdf]"
/* SCSS */
$brand: #2bebdf;
/* SwiftUI */
Color(red: 0.169, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#2bebdf")Accessibility — WCAG contrast
Aa
#2bebdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bebdf on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green92.2%
Blue87.5%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#2bebdf text on a black background
contrast 14.05:1
Card sample
#2bebdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bebdf;
Background color
Panel with #2bebdf background
background-color: #2bebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bebdf; background: linear-gradient(135deg, #2bebdf, #2B77EB);