#148dfd
a balanced, electric blue · cool · “dodgerblue”
RGB
20, 141, 253
HSL
209°, 98%, 54%
CMYK
92, 44, 0, 1
Luminance
0.2629
Every format
| HEX | #148dfd |
| RGB | rgb(20, 141, 253) |
| HSL | hsl(209, 98%, 54%) |
| CMYK | cmyk(92%, 44%, 0%, 1%) |
| LAB | lab(58.3 10.6 -64.0) |
| LCH | lch(58.3 64.9 279.4) |
| OKLCH | oklch(0.643 0.192 253.1) |
Copy-ready code
/* CSS */
color: #148dfd;
background-color: #148dfd;
/* Tailwind (arbitrary) */
class="text-[#148dfd] bg-[#148dfd]"
/* SCSS */
$brand: #148dfd;
/* SwiftUI */
Color(red: 0.078, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#148dfd")Accessibility — WCAG contrast
Aa
#148dfd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#148dfd on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green55.3%
Blue99.2%
CMYK percentages
Cyan92.1%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#148dfd text on a black background
contrast 6.26:1
Card sample
#148dfd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148dfd;
Background color
Panel with #148dfd background
background-color: #148dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148dfd; background: linear-gradient(135deg, #148dfd, #3614FD);