#2bfdbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
43, 253, 191
HSL
162°, 98%, 58%
CMYK
83, 0, 25, 1
Luminance
0.7453
Every format
| HEX | #2bfdbf |
| RGB | rgb(43, 253, 191) |
| HSL | hsl(162, 98%, 58%) |
| CMYK | cmyk(83%, 0%, 25%, 1%) |
| LAB | lab(89.2 -62.1 16.2) |
| LCH | lch(89.2 64.2 165.4) |
| OKLCH | oklch(0.885 0.176 166.4) |
Copy-ready code
/* CSS */
color: #2bfdbf;
background-color: #2bfdbf;
/* Tailwind (arbitrary) */
class="text-[#2bfdbf] bg-[#2bfdbf]"
/* SCSS */
$brand: #2bfdbf;
/* SwiftUI */
Color(red: 0.169, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#2bfdbf")Accessibility — WCAG contrast
Aa
#2bfdbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bfdbf on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green99.2%
Blue74.9%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#2bfdbf text on a black background
contrast 15.91:1
Card sample
#2bfdbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bfdbf;
Background color
Panel with #2bfdbf background
background-color: #2bfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bfdbf; background: linear-gradient(135deg, #2bfdbf, #2BAFFD);