#2badc3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 173, 195
HSL
189°, 64%, 47%
CMYK
78, 11, 0, 24
Luminance
0.3434
Every format
| HEX | #2badc3 |
| RGB | rgb(43, 173, 195) |
| HSL | hsl(189, 64%, 47%) |
| CMYK | cmyk(78%, 11%, 0%, 24%) |
| LAB | lab(65.2 -26.4 -21.0) |
| LCH | lch(65.2 33.8 218.5) |
| OKLCH | oklch(0.690 0.111 212.0) |
Copy-ready code
/* CSS */
color: #2badc3;
background-color: #2badc3;
/* Tailwind (arbitrary) */
class="text-[#2badc3] bg-[#2badc3]"
/* SCSS */
$brand: #2badc3;
/* SwiftUI */
Color(red: 0.169, green: 0.678, blue: 0.765)
/* Android */
Color.parseColor("#2badc3")Accessibility — WCAG contrast
Aa
#2badc3 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2badc3 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green67.8%
Blue76.5%
CMYK percentages
Cyan77.9%
Magenta11.3%
Yellow0.0%
Key (black)23.5%
Color previews
#2badc3 text on a black background
contrast 7.87:1
Card sample
#2badc3 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2badc3;
Background color
Panel with #2badc3 background
background-color: #2badc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2badc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 173, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 173, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2badc3; background: linear-gradient(135deg, #2badc3, #2B48C3);