#438eeb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
67, 142, 235
HSL
213°, 81%, 59%
CMYK
72, 40, 0, 8
Luminance
0.2654
Every format
| HEX | #438eeb |
| RGB | rgb(67, 142, 235) |
| HSL | hsl(213, 81%, 59%) |
| CMYK | cmyk(72%, 40%, 0%, 8%) |
| LAB | lab(58.5 7.3 -53.6) |
| LCH | lch(58.5 54.1 277.7) |
| OKLCH | oklch(0.644 0.158 255.3) |
Copy-ready code
/* CSS */
color: #438eeb;
background-color: #438eeb;
/* Tailwind (arbitrary) */
class="text-[#438eeb] bg-[#438eeb]"
/* SCSS */
$brand: #438eeb;
/* SwiftUI */
Color(red: 0.263, green: 0.557, blue: 0.922)
/* Android */
Color.parseColor("#438eeb")Accessibility — WCAG contrast
Aa
#438eeb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438eeb on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green55.7%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta39.6%
Yellow0.0%
Key (black)7.8%
Color previews
#438eeb text on a black background
contrast 6.31:1
Card sample
#438eeb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438eeb;
Background color
Panel with #438eeb background
background-color: #438eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 142, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 142, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438eeb; background: linear-gradient(135deg, #438eeb, #6843EB);