#2bcdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 205, 253
HSL
194°, 98%, 58%
CMYK
83, 19, 0, 1
Luminance
0.5127
Every format
| HEX | #2bcdfd |
| RGB | rgb(43, 205, 253) |
| HSL | hsl(194, 98%, 58%) |
| CMYK | cmyk(83%, 19%, 0%, 1%) |
| LAB | lab(76.8 -23.8 -34.8) |
| LCH | lch(76.8 42.1 235.7) |
| OKLCH | oklch(0.790 0.141 224.0) |
Copy-ready code
/* CSS */
color: #2bcdfd;
background-color: #2bcdfd;
/* Tailwind (arbitrary) */
class="text-[#2bcdfd] bg-[#2bcdfd]"
/* SCSS */
$brand: #2bcdfd;
/* SwiftUI */
Color(red: 0.169, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#2bcdfd")Accessibility — WCAG contrast
Aa
#2bcdfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcdfd on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green80.4%
Blue99.2%
CMYK percentages
Cyan83.0%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#2bcdfd text on a black background
contrast 11.25:1
Card sample
#2bcdfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcdfd;
Background color
Panel with #2bcdfd background
background-color: #2bcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcdfd; background: linear-gradient(135deg, #2bcdfd, #2B41FD);