#2c3ddf
a balanced, vivid blue · warm · closest name: navy
RGB
44, 61, 223
HSL
234°, 74%, 52%
CMYK
80, 73, 0, 13
Luminance
0.0920
Every format
| HEX | #2c3ddf |
| RGB | rgb(44, 61, 223) |
| HSL | hsl(234, 74%, 52%) |
| CMYK | cmyk(80%, 73%, 0%, 13%) |
| LAB | lab(36.4 50.5 -82.9) |
| LCH | lch(36.4 97.1 301.3) |
| OKLCH | oklch(0.472 0.240 268.9) |
Copy-ready code
/* CSS */
color: #2c3ddf;
background-color: #2c3ddf;
/* Tailwind (arbitrary) */
class="text-[#2c3ddf] bg-[#2c3ddf]"
/* SCSS */
$brand: #2c3ddf;
/* SwiftUI */
Color(red: 0.173, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#2c3ddf")Accessibility — WCAG contrast
Aa
#2c3ddf on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c3ddf on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green23.9%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#2c3ddf text on a black background
contrast 2.84:1
Card sample
#2c3ddf text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c3ddf;
Background color
Panel with #2c3ddf background
background-color: #2c3ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c3ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c3ddf; background: linear-gradient(135deg, #2c3ddf, #922CDF);