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