#206eb2
a dark, vivid blue · cool · closest name: steelblue
RGB
32, 110, 178
HSL
208°, 70%, 41%
CMYK
82, 38, 0, 30
Luminance
0.1467
Every format
| HEX | #206eb2 |
| RGB | rgb(32, 110, 178) |
| HSL | hsl(208, 70%, 41%) |
| CMYK | cmyk(82%, 38%, 0%, 30%) |
| LAB | lab(45.2 1.6 -42.6) |
| LCH | lch(45.2 42.6 272.2) |
| OKLCH | oklch(0.527 0.130 249.5) |
Copy-ready code
/* CSS */
color: #206eb2;
background-color: #206eb2;
/* Tailwind (arbitrary) */
class="text-[#206eb2] bg-[#206eb2]"
/* SCSS */
$brand: #206eb2;
/* SwiftUI */
Color(red: 0.125, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#206eb2")Accessibility — WCAG contrast
Aa
#206eb2 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#206eb2 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green43.1%
Blue69.8%
CMYK percentages
Cyan82.0%
Magenta38.2%
Yellow0.0%
Key (black)30.2%
Color previews
#206eb2 text on a black background
contrast 3.93:1
Card sample
#206eb2 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #206eb2;
Background color
Panel with #206eb2 background
background-color: #206eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #206eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #206eb2; background: linear-gradient(135deg, #206eb2, #3320B2);