#43acef
a balanced, electric blue · cool · closest name: steelblue
RGB
67, 172, 239
HSL
203°, 84%, 60%
CMYK
72, 28, 0, 6
Luminance
0.3693
Every format
| HEX | #43acef |
| RGB | rgb(67, 172, 239) |
| HSL | hsl(203, 84%, 60%) |
| CMYK | cmyk(72%, 28%, 0%, 6%) |
| LAB | lab(67.2 -8.6 -42.1) |
| LCH | lch(67.2 43.0 258.5) |
| OKLCH | oklch(0.713 0.136 240.8) |
Copy-ready code
/* CSS */
color: #43acef;
background-color: #43acef;
/* Tailwind (arbitrary) */
class="text-[#43acef] bg-[#43acef]"
/* SCSS */
$brand: #43acef;
/* SwiftUI */
Color(red: 0.263, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#43acef")Accessibility — WCAG contrast
Aa
#43acef on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43acef on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green67.5%
Blue93.7%
CMYK percentages
Cyan72.0%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#43acef text on a black background
contrast 8.39:1
Card sample
#43acef text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43acef;
Background color
Panel with #43acef background
background-color: #43acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43acef; background: linear-gradient(135deg, #43acef, #4D43EF);