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