#43b0da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
67, 176, 218
HSL
197°, 67%, 56%
CMYK
69, 19, 0, 15
Luminance
0.3731
Every format
| HEX | #43b0da |
| RGB | rgb(67, 176, 218) |
| HSL | hsl(197, 67%, 56%) |
| CMYK | cmyk(69%, 19%, 0%, 15%) |
| LAB | lab(67.5 -17.6 -30.2) |
| LCH | lch(67.5 35.0 239.7) |
| OKLCH | oklch(0.713 0.115 227.5) |
Copy-ready code
/* CSS */
color: #43b0da;
background-color: #43b0da;
/* Tailwind (arbitrary) */
class="text-[#43b0da] bg-[#43b0da]"
/* SCSS */
$brand: #43b0da;
/* SwiftUI */
Color(red: 0.263, green: 0.690, blue: 0.855)
/* Android */
Color.parseColor("#43b0da")Accessibility — WCAG contrast
Aa
#43b0da on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43b0da on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green69.0%
Blue85.5%
CMYK percentages
Cyan69.3%
Magenta19.3%
Yellow0.0%
Key (black)14.5%
Color previews
#43b0da text on a black background
contrast 8.46:1
Card sample
#43b0da text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43b0da;
Background color
Panel with #43b0da background
background-color: #43b0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43b0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 176, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 176, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43b0da; background: linear-gradient(135deg, #43b0da, #434BDA);