#206df4
a balanced, electric blue · cool · closest name: royalblue
RGB
32, 109, 244
HSL
218°, 91%, 54%
CMYK
87, 55, 0, 4
Luminance
0.1778
Every format
| HEX | #206df4 |
| RGB | rgb(32, 109, 244) |
| HSL | hsl(218, 91%, 54%) |
| CMYK | cmyk(87%, 55%, 0%, 4%) |
| LAB | lab(49.2 27.7 -73.7) |
| LCH | lch(49.2 78.7 290.6) |
| OKLCH | oklch(0.572 0.216 261.0) |
Copy-ready code
/* CSS */
color: #206df4;
background-color: #206df4;
/* Tailwind (arbitrary) */
class="text-[#206df4] bg-[#206df4]"
/* SCSS */
$brand: #206df4;
/* SwiftUI */
Color(red: 0.125, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#206df4")Accessibility — WCAG contrast
Aa
#206df4 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#206df4 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green42.7%
Blue95.7%
CMYK percentages
Cyan86.9%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#206df4 text on a black background
contrast 4.56:1
Card sample
#206df4 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #206df4;
Background color
Panel with #206df4 background
background-color: #206df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #206df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #206df4; background: linear-gradient(135deg, #206df4, #6020F4);