#2bafcb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 175, 203
HSL
191°, 65%, 48%
CMYK
79, 14, 0, 20
Luminance
0.3549
Every format
| HEX | #2bafcb |
| RGB | rgb(43, 175, 203) |
| HSL | hsl(191, 65%, 48%) |
| CMYK | cmyk(79%, 14%, 0%, 20%) |
| LAB | lab(66.1 -24.9 -24.1) |
| LCH | lch(66.1 34.6 224.1) |
| OKLCH | oklch(0.698 0.114 216.0) |
Copy-ready code
/* CSS */
color: #2bafcb;
background-color: #2bafcb;
/* Tailwind (arbitrary) */
class="text-[#2bafcb] bg-[#2bafcb]"
/* SCSS */
$brand: #2bafcb;
/* SwiftUI */
Color(red: 0.169, green: 0.686, blue: 0.796)
/* Android */
Color.parseColor("#2bafcb")Accessibility — WCAG contrast
Aa
#2bafcb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bafcb on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.6%
Blue79.6%
CMYK percentages
Cyan78.8%
Magenta13.8%
Yellow0.0%
Key (black)20.4%
Color previews
#2bafcb text on a black background
contrast 8.10:1
Card sample
#2bafcb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bafcb;
Background color
Panel with #2bafcb background
background-color: #2bafcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bafcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 175, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 175, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bafcb; background: linear-gradient(135deg, #2bafcb, #2B44CB);