#3b8fff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
59, 143, 255
HSL
214°, 100%, 62%
CMYK
77, 44, 0, 0
Luminance
0.2779
Every format
| HEX | #3b8fff |
| RGB | rgb(59, 143, 255) |
| HSL | hsl(214, 100%, 62%) |
| CMYK | cmyk(77%, 44%, 0%, 0%) |
| LAB | lab(59.7 12.9 -62.8) |
| LCH | lch(59.7 64.2 281.6) |
| OKLCH | oklch(0.656 0.185 256.9) |
Copy-ready code
/* CSS */
color: #3b8fff;
background-color: #3b8fff;
/* Tailwind (arbitrary) */
class="text-[#3b8fff] bg-[#3b8fff]"
/* SCSS */
$brand: #3b8fff;
/* SwiftUI */
Color(red: 0.231, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#3b8fff")Accessibility — WCAG contrast
Aa
#3b8fff on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b8fff on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green56.1%
Blue100.0%
CMYK percentages
Cyan76.9%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#3b8fff text on a black background
contrast 6.56:1
Card sample
#3b8fff text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b8fff;
Background color
Panel with #3b8fff background
background-color: #3b8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b8fff; background: linear-gradient(135deg, #3b8fff, #6A3BFF);