#438cf8
a balanced, electric blue · cool · closest name: dodgerblue
RGB
67, 140, 248
HSL
216°, 93%, 62%
CMYK
73, 44, 0, 3
Luminance
0.2673
Every format
| HEX | #438cf8 |
| RGB | rgb(67, 140, 248) |
| HSL | hsl(216, 93%, 62%) |
| CMYK | cmyk(73%, 44%, 0%, 3%) |
| LAB | lab(58.7 13.1 -60.5) |
| LCH | lch(58.7 62.0 282.2) |
| OKLCH | oklch(0.648 0.177 258.3) |
Copy-ready code
/* CSS */
color: #438cf8;
background-color: #438cf8;
/* Tailwind (arbitrary) */
class="text-[#438cf8] bg-[#438cf8]"
/* SCSS */
$brand: #438cf8;
/* SwiftUI */
Color(red: 0.263, green: 0.549, blue: 0.973)
/* Android */
Color.parseColor("#438cf8")Accessibility — WCAG contrast
Aa
#438cf8 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438cf8 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green54.9%
Blue97.3%
CMYK percentages
Cyan73.0%
Magenta43.5%
Yellow0.0%
Key (black)2.7%
Color previews
#438cf8 text on a black background
contrast 6.35:1
Card sample
#438cf8 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438cf8;
Background color
Panel with #438cf8 background
background-color: #438cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 140, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 140, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438cf8; background: linear-gradient(135deg, #438cf8, #7343F8);