#2bf0cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
43, 240, 207
HSL
170°, 87%, 56%
CMYK
82, 0, 14, 6
Luminance
0.6734
Every format
| HEX | #2bf0cf |
| RGB | rgb(43, 240, 207) |
| HSL | hsl(170, 87%, 56%) |
| CMYK | cmyk(82%, 0%, 14%, 6%) |
| LAB | lab(85.7 -53.2 2.9) |
| LCH | lch(85.7 53.3 176.9) |
| OKLCH | oklch(0.857 0.152 177.4) |
Copy-ready code
/* CSS */
color: #2bf0cf;
background-color: #2bf0cf;
/* Tailwind (arbitrary) */
class="text-[#2bf0cf] bg-[#2bf0cf]"
/* SCSS */
$brand: #2bf0cf;
/* SwiftUI */
Color(red: 0.169, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#2bf0cf")Accessibility — WCAG contrast
Aa
#2bf0cf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bf0cf on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green94.1%
Blue81.2%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#2bf0cf text on a black background
contrast 14.47:1
Card sample
#2bf0cf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bf0cf;
Background color
Panel with #2bf0cf background
background-color: #2bf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bf0cf; background: linear-gradient(135deg, #2bf0cf, #2B8EF0);