#2bdfed
a balanced, electric cyan · cool · closest name: cyan
RGB
43, 223, 237
HSL
184°, 84%, 55%
CMYK
82, 6, 0, 7
Luminance
0.5940
Every format
| HEX | #2bdfed |
| RGB | rgb(43, 223, 237) |
| HSL | hsl(184, 84%, 55%) |
| CMYK | cmyk(82%, 6%, 0%, 7%) |
| LAB | lab(81.5 -37.5 -19.1) |
| LCH | lch(81.5 42.1 207.0) |
| OKLCH | oklch(0.826 0.134 203.3) |
Copy-ready code
/* CSS */
color: #2bdfed;
background-color: #2bdfed;
/* Tailwind (arbitrary) */
class="text-[#2bdfed] bg-[#2bdfed]"
/* SCSS */
$brand: #2bdfed;
/* SwiftUI */
Color(red: 0.169, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#2bdfed")Accessibility — WCAG contrast
Aa
#2bdfed on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdfed on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green87.5%
Blue92.9%
CMYK percentages
Cyan81.9%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#2bdfed text on a black background
contrast 12.88:1
Card sample
#2bdfed text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdfed;
Background color
Panel with #2bdfed background
background-color: #2bdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdfed; background: linear-gradient(135deg, #2bdfed, #2B5EED);