#209cdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
32, 156, 223
HSL
201°, 75%, 50%
CMYK
86, 30, 0, 13
Luminance
0.2941
Every format
| HEX | #209cdf |
| RGB | rgb(32, 156, 223) |
| HSL | hsl(201, 75%, 50%) |
| CMYK | cmyk(86%, 30%, 0%, 13%) |
| LAB | lab(61.1 -8.8 -42.9) |
| LCH | lch(61.1 43.8 258.5) |
| OKLCH | oklch(0.660 0.141 239.5) |
Copy-ready code
/* CSS */
color: #209cdf;
background-color: #209cdf;
/* Tailwind (arbitrary) */
class="text-[#209cdf] bg-[#209cdf]"
/* SCSS */
$brand: #209cdf;
/* SwiftUI */
Color(red: 0.125, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#209cdf")Accessibility — WCAG contrast
Aa
#209cdf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#209cdf on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green61.2%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#209cdf text on a black background
contrast 6.88:1
Card sample
#209cdf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #209cdf;
Background color
Panel with #209cdf background
background-color: #209cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #209cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #209cdf; background: linear-gradient(135deg, #209cdf, #2320DF);