#206dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
32, 109, 253
HSL
219°, 98%, 56%
CMYK
87, 57, 0, 1
Luminance
0.1834
Every format
| HEX | #206dfd |
| RGB | rgb(32, 109, 253) |
| HSL | hsl(219, 98%, 56%) |
| CMYK | cmyk(87%, 57%, 0%, 1%) |
| LAB | lab(49.9 31.1 -77.6) |
| LCH | lch(49.9 83.6 291.8) |
| OKLCH | oklch(0.579 0.227 261.6) |
Copy-ready code
/* CSS */
color: #206dfd;
background-color: #206dfd;
/* Tailwind (arbitrary) */
class="text-[#206dfd] bg-[#206dfd]"
/* SCSS */
$brand: #206dfd;
/* SwiftUI */
Color(red: 0.125, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#206dfd")Accessibility — WCAG contrast
Aa
#206dfd on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#206dfd on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green42.7%
Blue99.2%
CMYK percentages
Cyan87.4%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#206dfd text on a black background
contrast 4.67:1
Card sample
#206dfd text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #206dfd;
Background color
Panel with #206dfd background
background-color: #206dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #206dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #206dfd; background: linear-gradient(135deg, #206dfd, #6620FD);