#2bdafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 218, 253
HSL
190°, 98%, 58%
CMYK
83, 14, 0, 1
Luminance
0.5775
Every format
| HEX | #2bdafd |
| RGB | rgb(43, 218, 253) |
| HSL | hsl(190, 98%, 58%) |
| CMYK | cmyk(83%, 14%, 0%, 1%) |
| LAB | lab(80.6 -30.2 -29.0) |
| LCH | lch(80.6 41.9 223.8) |
| OKLCH | oklch(0.821 0.139 215.8) |
Copy-ready code
/* CSS */
color: #2bdafd;
background-color: #2bdafd;
/* Tailwind (arbitrary) */
class="text-[#2bdafd] bg-[#2bdafd]"
/* SCSS */
$brand: #2bdafd;
/* SwiftUI */
Color(red: 0.169, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#2bdafd")Accessibility — WCAG contrast
Aa
#2bdafd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdafd on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green85.5%
Blue99.2%
CMYK percentages
Cyan83.0%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#2bdafd text on a black background
contrast 12.55:1
Card sample
#2bdafd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdafd;
Background color
Panel with #2bdafd background
background-color: #2bdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdafd; background: linear-gradient(135deg, #2bdafd, #2B4EFD);