#43afeb
a balanced, electric blue · cool · closest name: steelblue
RGB
67, 175, 235
HSL
201°, 81%, 59%
CMYK
72, 26, 0, 8
Luminance
0.3785
Every format
| HEX | #43afeb |
| RGB | rgb(67, 175, 235) |
| HSL | hsl(201, 81%, 59%) |
| CMYK | cmyk(72%, 26%, 0%, 8%) |
| LAB | lab(67.9 -11.6 -38.9) |
| LCH | lch(67.9 40.6 253.5) |
| OKLCH | oklch(0.718 0.130 237.2) |
Copy-ready code
/* CSS */
color: #43afeb;
background-color: #43afeb;
/* Tailwind (arbitrary) */
class="text-[#43afeb] bg-[#43afeb]"
/* SCSS */
$brand: #43afeb;
/* SwiftUI */
Color(red: 0.263, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#43afeb")Accessibility — WCAG contrast
Aa
#43afeb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43afeb on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green68.6%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#43afeb text on a black background
contrast 8.57:1
Card sample
#43afeb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43afeb;
Background color
Panel with #43afeb background
background-color: #43afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43afeb; background: linear-gradient(135deg, #43afeb, #4743EB);