#2beee0
a balanced, electric cyan · cool · closest name: turquoise
RGB
43, 238, 224
HSL
176°, 85%, 55%
CMYK
82, 0, 6, 7
Luminance
0.6704
Every format
| HEX | #2beee0 |
| RGB | rgb(43, 238, 224) |
| HSL | hsl(176, 85%, 55%) |
| CMYK | cmyk(82%, 0%, 6%, 7%) |
| LAB | lab(85.5 -47.9 -6.2) |
| LCH | lch(85.5 48.3 187.4) |
| OKLCH | oklch(0.858 0.144 187.1) |
Copy-ready code
/* CSS */
color: #2beee0;
background-color: #2beee0;
/* Tailwind (arbitrary) */
class="text-[#2beee0] bg-[#2beee0]"
/* SCSS */
$brand: #2beee0;
/* SwiftUI */
Color(red: 0.169, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#2beee0")Accessibility — WCAG contrast
Aa
#2beee0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2beee0 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green93.3%
Blue87.8%
CMYK percentages
Cyan81.9%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#2beee0 text on a black background
contrast 14.41:1
Card sample
#2beee0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2beee0;
Background color
Panel with #2beee0 background
background-color: #2beee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2beee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2beee0; background: linear-gradient(135deg, #2beee0, #2B7AEE);