#2bbaeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 186, 235
HSL
195°, 83%, 55%
CMYK
82, 21, 0, 8
Luminance
0.4163
Every format
| HEX | #2bbaeb |
| RGB | rgb(43, 186, 235) |
| HSL | hsl(195, 83%, 55%) |
| CMYK | cmyk(82%, 21%, 0%, 8%) |
| LAB | lab(70.6 -20.0 -34.7) |
| LCH | lch(70.6 40.0 240.1) |
| OKLCH | oklch(0.738 0.133 227.1) |
Copy-ready code
/* CSS */
color: #2bbaeb;
background-color: #2bbaeb;
/* Tailwind (arbitrary) */
class="text-[#2bbaeb] bg-[#2bbaeb]"
/* SCSS */
$brand: #2bbaeb;
/* SwiftUI */
Color(red: 0.169, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#2bbaeb")Accessibility — WCAG contrast
Aa
#2bbaeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bbaeb on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green72.9%
Blue92.2%
CMYK percentages
Cyan81.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#2bbaeb text on a black background
contrast 9.33:1
Card sample
#2bbaeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bbaeb;
Background color
Panel with #2bbaeb background
background-color: #2bbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bbaeb; background: linear-gradient(135deg, #2bbaeb, #2B3AEB);