#43ade1
a balanced, vivid cyan · cool · closest name: steelblue
RGB
67, 173, 225
HSL
200°, 73%, 57%
CMYK
70, 23, 0, 12
Luminance
0.3652
Every format
| HEX | #43ade1 |
| RGB | rgb(67, 173, 225) |
| HSL | hsl(200, 73%, 57%) |
| CMYK | cmyk(70%, 23%, 0%, 12%) |
| LAB | lab(66.9 -13.8 -35.0) |
| LCH | lch(66.9 37.6 248.5) |
| OKLCH | oklch(0.709 0.122 233.7) |
Copy-ready code
/* CSS */
color: #43ade1;
background-color: #43ade1;
/* Tailwind (arbitrary) */
class="text-[#43ade1] bg-[#43ade1]"
/* SCSS */
$brand: #43ade1;
/* SwiftUI */
Color(red: 0.263, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#43ade1")Accessibility — WCAG contrast
Aa
#43ade1 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43ade1 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green67.8%
Blue88.2%
CMYK percentages
Cyan70.2%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#43ade1 text on a black background
contrast 8.30:1
Card sample
#43ade1 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43ade1;
Background color
Panel with #43ade1 background
background-color: #43ade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43ade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43ade1; background: linear-gradient(135deg, #43ade1, #4344E1);