#206ebd
a dark, vivid blue · cool · closest name: steelblue
RGB
32, 110, 189
HSL
210°, 71%, 43%
CMYK
83, 42, 0, 26
Luminance
0.1513
Every format
| HEX | #206ebd |
| RGB | rgb(32, 110, 189) |
| HSL | hsl(210, 71%, 43%) |
| CMYK | cmyk(83%, 42%, 0%, 26%) |
| LAB | lab(45.8 5.9 -48.0) |
| LCH | lch(45.8 48.3 277.0) |
| OKLCH | oklch(0.534 0.144 252.7) |
Copy-ready code
/* CSS */
color: #206ebd;
background-color: #206ebd;
/* Tailwind (arbitrary) */
class="text-[#206ebd] bg-[#206ebd]"
/* SCSS */
$brand: #206ebd;
/* SwiftUI */
Color(red: 0.125, green: 0.431, blue: 0.741)
/* Android */
Color.parseColor("#206ebd")Accessibility — WCAG contrast
Aa
#206ebd on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#206ebd on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green43.1%
Blue74.1%
CMYK percentages
Cyan83.1%
Magenta41.8%
Yellow0.0%
Key (black)25.9%
Color previews
#206ebd text on a black background
contrast 4.03:1
Card sample
#206ebd text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #206ebd;
Background color
Panel with #206ebd background
background-color: #206ebd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #206ebd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 110, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 110, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #206ebd; background: linear-gradient(135deg, #206ebd, #3B20BD);