#209ffd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
32, 159, 253
HSL
206°, 98%, 56%
CMYK
87, 37, 0, 1
Luminance
0.3220
Every format
| HEX | #209ffd |
| RGB | rgb(32, 159, 253) |
| HSL | hsl(206, 98%, 56%) |
| CMYK | cmyk(87%, 37%, 0%, 1%) |
| LAB | lab(63.5 0.5 -55.7) |
| LCH | lch(63.5 55.7 270.5) |
| OKLCH | oklch(0.684 0.172 247.5) |
Copy-ready code
/* CSS */
color: #209ffd;
background-color: #209ffd;
/* Tailwind (arbitrary) */
class="text-[#209ffd] bg-[#209ffd]"
/* SCSS */
$brand: #209ffd;
/* SwiftUI */
Color(red: 0.125, green: 0.624, blue: 0.992)
/* Android */
Color.parseColor("#209ffd")Accessibility — WCAG contrast
Aa
#209ffd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#209ffd on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green62.4%
Blue99.2%
CMYK percentages
Cyan87.4%
Magenta37.2%
Yellow0.0%
Key (black)0.8%
Color previews
#209ffd text on a black background
contrast 7.44:1
Card sample
#209ffd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #209ffd;
Background color
Panel with #209ffd background
background-color: #209ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #209ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 159, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 159, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #209ffd; background: linear-gradient(135deg, #209ffd, #3420FD);