#438cfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
67, 140, 253
HSL
217°, 98%, 63%
CMYK
74, 45, 0, 1
Luminance
0.2704
Every format
| HEX | #438cfd |
| RGB | rgb(67, 140, 253) |
| HSL | hsl(217, 98%, 63%) |
| CMYK | cmyk(74%, 45%, 0%, 1%) |
| LAB | lab(59.0 14.9 -62.8) |
| LCH | lch(59.0 64.6 283.3) |
| OKLCH | oklch(0.651 0.183 259.0) |
Copy-ready code
/* CSS */
color: #438cfd;
background-color: #438cfd;
/* Tailwind (arbitrary) */
class="text-[#438cfd] bg-[#438cfd]"
/* SCSS */
$brand: #438cfd;
/* SwiftUI */
Color(red: 0.263, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#438cfd")Accessibility — WCAG contrast
Aa
#438cfd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438cfd on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green54.9%
Blue99.2%
CMYK percentages
Cyan73.5%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#438cfd text on a black background
contrast 6.41:1
Card sample
#438cfd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438cfd;
Background color
Panel with #438cfd background
background-color: #438cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438cfd; background: linear-gradient(135deg, #438cfd, #7643FD);