#43cceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
67, 204, 235
HSL
191°, 81%, 59%
CMYK
72, 13, 0, 8
Luminance
0.5038
Every format
| HEX | #43cceb |
| RGB | rgb(67, 204, 235) |
| HSL | hsl(191, 81%, 59%) |
| CMYK | cmyk(72%, 13%, 0%, 8%) |
| LAB | lab(76.3 -26.6 -25.9) |
| LCH | lch(76.3 37.1 224.2) |
| OKLCH | oklch(0.785 0.122 216.3) |
Copy-ready code
/* CSS */
color: #43cceb;
background-color: #43cceb;
/* Tailwind (arbitrary) */
class="text-[#43cceb] bg-[#43cceb]"
/* SCSS */
$brand: #43cceb;
/* SwiftUI */
Color(red: 0.263, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#43cceb")Accessibility — WCAG contrast
Aa
#43cceb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43cceb on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green80.0%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#43cceb text on a black background
contrast 11.08:1
Card sample
#43cceb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43cceb;
Background color
Panel with #43cceb background
background-color: #43cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43cceb; background: linear-gradient(135deg, #43cceb, #435CEB);