#2c46db
a balanced, vivid blue · warm · closest name: slateblue
RGB
44, 70, 219
HSL
231°, 71%, 52%
CMYK
80, 68, 0, 14
Luminance
0.1003
Every format
| HEX | #2c46db |
| RGB | rgb(44, 70, 219) |
| HSL | hsl(231, 71%, 52%) |
| CMYK | cmyk(80%, 68%, 0%, 14%) |
| LAB | lab(37.9 43.8 -78.1) |
| LCH | lch(37.9 89.6 299.3) |
| OKLCH | oklch(0.482 0.226 268.0) |
Copy-ready code
/* CSS */
color: #2c46db;
background-color: #2c46db;
/* Tailwind (arbitrary) */
class="text-[#2c46db] bg-[#2c46db]"
/* SCSS */
$brand: #2c46db;
/* SwiftUI */
Color(red: 0.173, green: 0.275, blue: 0.859)
/* Android */
Color.parseColor("#2c46db")Accessibility — WCAG contrast
Aa
#2c46db on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c46db on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green27.5%
Blue85.9%
CMYK percentages
Cyan79.9%
Magenta68.0%
Yellow0.0%
Key (black)14.1%
Color previews
#2c46db text on a black background
contrast 3.01:1
Card sample
#2c46db text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c46db;
Background color
Panel with #2c46db background
background-color: #2c46db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c46db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 70, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 70, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c46db; background: linear-gradient(135deg, #2c46db, #872CDB);