#43abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
67, 171, 223
HSL
200°, 71%, 57%
CMYK
70, 23, 0, 13
Luminance
0.3565
Every format
| HEX | #43abdf |
| RGB | rgb(67, 171, 223) |
| HSL | hsl(200, 71%, 57%) |
| CMYK | cmyk(70%, 23%, 0%, 13%) |
| LAB | lab(66.3 -13.4 -34.9) |
| LCH | lch(66.3 37.4 249.0) |
| OKLCH | oklch(0.703 0.121 234.2) |
Copy-ready code
/* CSS */
color: #43abdf;
background-color: #43abdf;
/* Tailwind (arbitrary) */
class="text-[#43abdf] bg-[#43abdf]"
/* SCSS */
$brand: #43abdf;
/* SwiftUI */
Color(red: 0.263, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#43abdf")Accessibility — WCAG contrast
Aa
#43abdf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43abdf on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green67.1%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#43abdf text on a black background
contrast 8.13:1
Card sample
#43abdf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43abdf;
Background color
Panel with #43abdf background
background-color: #43abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43abdf; background: linear-gradient(135deg, #43abdf, #4343DF);