#2befdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
43, 239, 223
HSL
175°, 86%, 55%
CMYK
82, 0, 7, 6
Luminance
0.6757
Every format
| HEX | #2befdf |
| RGB | rgb(43, 239, 223) |
| HSL | hsl(175, 86%, 55%) |
| CMYK | cmyk(82%, 0%, 7%, 6%) |
| LAB | lab(85.8 -48.5 -5.3) |
| LCH | lch(85.8 48.8 186.2) |
| OKLCH | oklch(0.860 0.145 186.0) |
Copy-ready code
/* CSS */
color: #2befdf;
background-color: #2befdf;
/* Tailwind (arbitrary) */
class="text-[#2befdf] bg-[#2befdf]"
/* SCSS */
$brand: #2befdf;
/* SwiftUI */
Color(red: 0.169, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#2befdf")Accessibility — WCAG contrast
Aa
#2befdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2befdf on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green93.7%
Blue87.5%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#2befdf text on a black background
contrast 14.51:1
Card sample
#2befdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2befdf;
Background color
Panel with #2befdf background
background-color: #2befdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2befdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2befdf; background: linear-gradient(135deg, #2befdf, #2B7CEF);