#203cdf
a balanced, vivid blue · warm · closest name: navy
RGB
32, 60, 223
HSL
231°, 75%, 50%
CMYK
86, 73, 0, 13
Luminance
0.0887
Every format
| HEX | #203cdf |
| RGB | rgb(32, 60, 223) |
| HSL | hsl(231, 75%, 50%) |
| CMYK | cmyk(86%, 73%, 0%, 13%) |
| LAB | lab(35.7 50.4 -84.0) |
| LCH | lch(35.7 98.0 301.0) |
| OKLCH | oklch(0.467 0.244 266.7) |
Copy-ready code
/* CSS */
color: #203cdf;
background-color: #203cdf;
/* Tailwind (arbitrary) */
class="text-[#203cdf] bg-[#203cdf]"
/* SCSS */
$brand: #203cdf;
/* SwiftUI */
Color(red: 0.125, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#203cdf")Accessibility — WCAG contrast
Aa
#203cdf on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#203cdf on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green23.5%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#203cdf text on a black background
contrast 2.77:1
Card sample
#203cdf text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #203cdf;
Background color
Panel with #203cdf background
background-color: #203cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #203cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #203cdf; background: linear-gradient(135deg, #203cdf, #8320DF);