#359dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
53, 157, 253
HSL
209°, 98%, 60%
CMYK
79, 38, 0, 1
Luminance
0.3196
Every format
| HEX | #359dfd |
| RGB | rgb(53, 157, 253) |
| HSL | hsl(209, 98%, 60%) |
| CMYK | cmyk(79%, 38%, 0%, 1%) |
| LAB | lab(63.3 3.2 -56.0) |
| LCH | lch(63.3 56.1 273.3) |
| OKLCH | oklch(0.683 0.170 250.5) |
Copy-ready code
/* CSS */
color: #359dfd;
background-color: #359dfd;
/* Tailwind (arbitrary) */
class="text-[#359dfd] bg-[#359dfd]"
/* SCSS */
$brand: #359dfd;
/* SwiftUI */
Color(red: 0.208, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#359dfd")Accessibility — WCAG contrast
Aa
#359dfd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#359dfd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green61.6%
Blue99.2%
CMYK percentages
Cyan79.1%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#359dfd text on a black background
contrast 7.39:1
Card sample
#359dfd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #359dfd;
Background color
Panel with #359dfd background
background-color: #359dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #359dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #359dfd; background: linear-gradient(135deg, #359dfd, #5235FD);