#2bfef2
a balanced, electric cyan · cool · closest name: cyan
RGB
43, 254, 242
HSL
177°, 99%, 58%
CMYK
83, 0, 5, 0
Luminance
0.7781
Every format
| HEX | #2bfef2 |
| RGB | rgb(43, 254, 242) |
| HSL | hsl(177, 99%, 58%) |
| CMYK | cmyk(83%, 0%, 5%, 0%) |
| LAB | lab(90.7 -49.7 -8.0) |
| LCH | lch(90.7 50.4 189.1) |
| OKLCH | oklch(0.901 0.151 188.6) |
Copy-ready code
/* CSS */
color: #2bfef2;
background-color: #2bfef2;
/* Tailwind (arbitrary) */
class="text-[#2bfef2] bg-[#2bfef2]"
/* SCSS */
$brand: #2bfef2;
/* SwiftUI */
Color(red: 0.169, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#2bfef2")Accessibility — WCAG contrast
Aa
#2bfef2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bfef2 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green99.6%
Blue94.9%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#2bfef2 text on a black background
contrast 16.56:1
Card sample
#2bfef2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bfef2;
Background color
Panel with #2bfef2 background
background-color: #2bfef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bfef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bfef2; background: linear-gradient(135deg, #2bfef2, #2B7DFE);