#206fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
32, 111, 223
HSL
215°, 75%, 50%
CMYK
86, 50, 0, 13
Luminance
0.1700
Every format
| HEX | #206fdf |
| RGB | rgb(32, 111, 223) |
| HSL | hsl(215, 75%, 50%) |
| CMYK | cmyk(86%, 50%, 0%, 13%) |
| LAB | lab(48.3 18.4 -63.5) |
| LCH | lch(48.3 66.1 286.1) |
| OKLCH | oklch(0.560 0.187 258.5) |
Copy-ready code
/* CSS */
color: #206fdf;
background-color: #206fdf;
/* Tailwind (arbitrary) */
class="text-[#206fdf] bg-[#206fdf]"
/* SCSS */
$brand: #206fdf;
/* SwiftUI */
Color(red: 0.125, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#206fdf")Accessibility — WCAG contrast
Aa
#206fdf on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#206fdf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green43.5%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#206fdf text on a black background
contrast 4.40:1
Card sample
#206fdf text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #206fdf;
Background color
Panel with #206fdf background
background-color: #206fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #206fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #206fdf; background: linear-gradient(135deg, #206fdf, #5020DF);