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