#43baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
67, 186, 235
HSL
198°, 81%, 59%
CMYK
72, 21, 0, 8
Luminance
0.4231
Every format
| HEX | #43baeb |
| RGB | rgb(67, 186, 235) |
| HSL | hsl(198, 81%, 59%) |
| CMYK | cmyk(72%, 21%, 0%, 8%) |
| LAB | lab(71.1 -17.4 -34.0) |
| LCH | lch(71.1 38.2 242.8) |
| OKLCH | oklch(0.743 0.125 229.6) |
Copy-ready code
/* CSS */
color: #43baeb;
background-color: #43baeb;
/* Tailwind (arbitrary) */
class="text-[#43baeb] bg-[#43baeb]"
/* SCSS */
$brand: #43baeb;
/* SwiftUI */
Color(red: 0.263, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#43baeb")Accessibility — WCAG contrast
Aa
#43baeb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43baeb on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green72.9%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#43baeb text on a black background
contrast 9.46:1
Card sample
#43baeb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43baeb;
Background color
Panel with #43baeb background
background-color: #43baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43baeb; background: linear-gradient(135deg, #43baeb, #434AEB);