#2bfccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
43, 252, 207
HSL
167°, 97%, 58%
CMYK
83, 0, 18, 1
Luminance
0.7464
Every format
| HEX | #2bfccf |
| RGB | rgb(43, 252, 207) |
| HSL | hsl(167, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 18%, 1%) |
| LAB | lab(89.2 -58.0 8.0) |
| LCH | lch(89.2 58.5 172.1) |
| OKLCH | oklch(0.886 0.164 172.9) |
Copy-ready code
/* CSS */
color: #2bfccf;
background-color: #2bfccf;
/* Tailwind (arbitrary) */
class="text-[#2bfccf] bg-[#2bfccf]"
/* SCSS */
$brand: #2bfccf;
/* SwiftUI */
Color(red: 0.169, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#2bfccf")Accessibility — WCAG contrast
Aa
#2bfccf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bfccf on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green98.8%
Blue81.2%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#2bfccf text on a black background
contrast 15.93:1
Card sample
#2bfccf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bfccf;
Background color
Panel with #2bfccf background
background-color: #2bfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bfccf; background: linear-gradient(135deg, #2bfccf, #2B9EFC);