#2bcafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 202, 253
HSL
195°, 98%, 58%
CMYK
83, 20, 0, 1
Luminance
0.4985
Every format
| HEX | #2bcafd |
| RGB | rgb(43, 202, 253) |
| HSL | hsl(195, 98%, 58%) |
| CMYK | cmyk(83%, 20%, 0%, 1%) |
| LAB | lab(76.0 -22.2 -36.1) |
| LCH | lch(76.0 42.4 238.4) |
| OKLCH | oklch(0.783 0.141 225.9) |
Copy-ready code
/* CSS */
color: #2bcafd;
background-color: #2bcafd;
/* Tailwind (arbitrary) */
class="text-[#2bcafd] bg-[#2bcafd]"
/* SCSS */
$brand: #2bcafd;
/* SwiftUI */
Color(red: 0.169, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#2bcafd")Accessibility — WCAG contrast
Aa
#2bcafd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcafd on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green79.2%
Blue99.2%
CMYK percentages
Cyan83.0%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#2bcafd text on a black background
contrast 10.97:1
Card sample
#2bcafd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcafd;
Background color
Panel with #2bcafd background
background-color: #2bcafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcafd; background: linear-gradient(135deg, #2bcafd, #2B3EFD);