#202cdf
a balanced, vivid blue · warm · closest name: blue
RGB
32, 44, 223
HSL
236°, 75%, 50%
CMYK
86, 80, 0, 13
Luminance
0.0744
Every format
| HEX | #202cdf |
| RGB | rgb(32, 44, 223) |
| HSL | hsl(236, 75%, 50%) |
| CMYK | cmyk(86%, 80%, 0%, 13%) |
| LAB | lab(32.8 58.8 -88.9) |
| LCH | lch(32.8 106.6 303.5) |
| OKLCH | oklch(0.446 0.258 267.6) |
Copy-ready code
/* CSS */
color: #202cdf;
background-color: #202cdf;
/* Tailwind (arbitrary) */
class="text-[#202cdf] bg-[#202cdf]"
/* SCSS */
$brand: #202cdf;
/* SwiftUI */
Color(red: 0.125, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#202cdf")Accessibility — WCAG contrast
Aa
#202cdf on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202cdf on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#202cdf text on a black background
contrast 2.49:1
Card sample
#202cdf text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202cdf;
Background color
Panel with #202cdf background
background-color: #202cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202cdf; background: linear-gradient(135deg, #202cdf, #9320DF);