#3f89fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
63, 137, 253
HSL
217°, 98%, 62%
CMYK
75, 46, 0, 1
Luminance
0.2604
Every format
| HEX | #3f89fd |
| RGB | rgb(63, 137, 253) |
| HSL | hsl(217, 98%, 62%) |
| CMYK | cmyk(75%, 46%, 0%, 1%) |
| LAB | lab(58.1 16.2 -64.3) |
| LCH | lch(58.1 66.4 284.2) |
| OKLCH | oklch(0.644 0.188 259.2) |
Copy-ready code
/* CSS */
color: #3f89fd;
background-color: #3f89fd;
/* Tailwind (arbitrary) */
class="text-[#3f89fd] bg-[#3f89fd]"
/* SCSS */
$brand: #3f89fd;
/* SwiftUI */
Color(red: 0.247, green: 0.537, blue: 0.992)
/* Android */
Color.parseColor("#3f89fd")Accessibility — WCAG contrast
Aa
#3f89fd on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f89fd on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green53.7%
Blue99.2%
CMYK percentages
Cyan75.1%
Magenta45.8%
Yellow0.0%
Key (black)0.8%
Color previews
#3f89fd text on a black background
contrast 6.21:1
Card sample
#3f89fd text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f89fd;
Background color
Panel with #3f89fd background
background-color: #3f89fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f89fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 137, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 137, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f89fd; background: linear-gradient(135deg, #3f89fd, #743FFD);