#2be7bf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
43, 231, 191
HSL
167°, 80%, 54%
CMYK
81, 0, 17, 9
Luminance
0.6143
Every format
| HEX | #2be7bf |
| RGB | rgb(43, 231, 191) |
| HSL | hsl(167, 80%, 54%) |
| CMYK | cmyk(81%, 0%, 17%, 9%) |
| LAB | lab(82.6 -53.6 6.9) |
| LCH | lch(82.6 54.0 172.7) |
| OKLCH | oklch(0.831 0.152 173.4) |
Copy-ready code
/* CSS */
color: #2be7bf;
background-color: #2be7bf;
/* Tailwind (arbitrary) */
class="text-[#2be7bf] bg-[#2be7bf]"
/* SCSS */
$brand: #2be7bf;
/* SwiftUI */
Color(red: 0.169, green: 0.906, blue: 0.749)
/* Android */
Color.parseColor("#2be7bf")Accessibility — WCAG contrast
Aa
#2be7bf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2be7bf on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green90.6%
Blue74.9%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow17.3%
Key (black)9.4%
Color previews
#2be7bf text on a black background
contrast 13.29:1
Card sample
#2be7bf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2be7bf;
Background color
Panel with #2be7bf background
background-color: #2be7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2be7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 231, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 231, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2be7bf; background: linear-gradient(135deg, #2be7bf, #2B92E7);