#438eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
67, 142, 238
HSL
214°, 83%, 60%
CMYK
72, 40, 0, 7
Luminance
0.2671
Every format
| HEX | #438eee |
| RGB | rgb(67, 142, 238) |
| HSL | hsl(214, 83%, 60%) |
| CMYK | cmyk(72%, 40%, 0%, 7%) |
| LAB | lab(58.7 8.4 -55.0) |
| LCH | lch(58.7 55.7 278.6) |
| OKLCH | oklch(0.646 0.162 255.9) |
Copy-ready code
/* CSS */
color: #438eee;
background-color: #438eee;
/* Tailwind (arbitrary) */
class="text-[#438eee] bg-[#438eee]"
/* SCSS */
$brand: #438eee;
/* SwiftUI */
Color(red: 0.263, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#438eee")Accessibility — WCAG contrast
Aa
#438eee on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438eee on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green55.7%
Blue93.3%
CMYK percentages
Cyan71.8%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#438eee text on a black background
contrast 6.34:1
Card sample
#438eee text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438eee;
Background color
Panel with #438eee background
background-color: #438eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438eee; background: linear-gradient(135deg, #438eee, #6A43EE);