#438dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
67, 141, 253
HSL
216°, 98%, 63%
CMYK
74, 44, 0, 1
Luminance
0.2733
Every format
| HEX | #438dfd |
| RGB | rgb(67, 141, 253) |
| HSL | hsl(216, 98%, 63%) |
| CMYK | cmyk(74%, 44%, 0%, 1%) |
| LAB | lab(59.3 14.3 -62.4) |
| LCH | lch(59.3 64.0 282.9) |
| OKLCH | oklch(0.653 0.182 258.7) |
Copy-ready code
/* CSS */
color: #438dfd;
background-color: #438dfd;
/* Tailwind (arbitrary) */
class="text-[#438dfd] bg-[#438dfd]"
/* SCSS */
$brand: #438dfd;
/* SwiftUI */
Color(red: 0.263, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#438dfd")Accessibility — WCAG contrast
Aa
#438dfd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438dfd on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green55.3%
Blue99.2%
CMYK percentages
Cyan73.5%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#438dfd text on a black background
contrast 6.47:1
Card sample
#438dfd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438dfd;
Background color
Panel with #438dfd background
background-color: #438dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438dfd; background: linear-gradient(135deg, #438dfd, #7543FD);