#2bcdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
43, 205, 255
HSL
194°, 100%, 58%
CMYK
83, 20, 0, 0
Luminance
0.5140
Every format
| HEX | #2bcdff |
| RGB | rgb(43, 205, 255) |
| HSL | hsl(194, 100%, 58%) |
| CMYK | cmyk(83%, 20%, 0%, 0%) |
| LAB | lab(76.9 -23.1 -35.7) |
| LCH | lch(76.9 42.5 237.1) |
| OKLCH | oklch(0.791 0.142 225.0) |
Copy-ready code
/* CSS */
color: #2bcdff;
background-color: #2bcdff;
/* Tailwind (arbitrary) */
class="text-[#2bcdff] bg-[#2bcdff]"
/* SCSS */
$brand: #2bcdff;
/* SwiftUI */
Color(red: 0.169, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#2bcdff")Accessibility — WCAG contrast
Aa
#2bcdff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcdff on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green80.4%
Blue100.0%
CMYK percentages
Cyan83.1%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#2bcdff text on a black background
contrast 11.28:1
Card sample
#2bcdff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcdff;
Background color
Panel with #2bcdff background
background-color: #2bcdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcdff; background: linear-gradient(135deg, #2bcdff, #2B3FFF);