#2c3ddb
a balanced, vivid blue · warm · closest name: navy
RGB
44, 61, 219
HSL
234°, 71%, 52%
CMYK
80, 72, 0, 14
Luminance
0.0899
Every format
| HEX | #2c3ddb |
| RGB | rgb(44, 61, 219) |
| HSL | hsl(234, 71%, 52%) |
| CMYK | cmyk(80%, 72%, 0%, 14%) |
| LAB | lab(36.0 49.2 -81.3) |
| LCH | lch(36.0 95.0 301.2) |
| OKLCH | oklch(0.468 0.236 269.0) |
Copy-ready code
/* CSS */
color: #2c3ddb;
background-color: #2c3ddb;
/* Tailwind (arbitrary) */
class="text-[#2c3ddb] bg-[#2c3ddb]"
/* SCSS */
$brand: #2c3ddb;
/* SwiftUI */
Color(red: 0.173, green: 0.239, blue: 0.859)
/* Android */
Color.parseColor("#2c3ddb")Accessibility — WCAG contrast
Aa
#2c3ddb on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c3ddb on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green23.9%
Blue85.9%
CMYK percentages
Cyan79.9%
Magenta72.1%
Yellow0.0%
Key (black)14.1%
Color previews
#2c3ddb text on a black background
contrast 2.80:1
Card sample
#2c3ddb text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c3ddb;
Background color
Panel with #2c3ddb background
background-color: #2c3ddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c3ddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 61, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 61, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c3ddb; background: linear-gradient(135deg, #2c3ddb, #902CDB);