#2c0fc7
a dark, electric blue · warm · closest name: blue
RGB
44, 15, 199
HSL
250°, 86%, 42%
CMYK
78, 93, 0, 22
Luminance
0.0500
Every format
| HEX | #2c0fc7 |
| RGB | rgb(44, 15, 199) |
| HSL | hsl(250, 86%, 42%) |
| CMYK | cmyk(78%, 93%, 0%, 22%) |
| LAB | lab(26.7 63.2 -85.0) |
| LCH | lch(26.7 105.9 306.6) |
| OKLCH | oklch(0.397 0.246 272.4) |
Copy-ready code
/* CSS */
color: #2c0fc7;
background-color: #2c0fc7;
/* Tailwind (arbitrary) */
class="text-[#2c0fc7] bg-[#2c0fc7]"
/* SCSS */
$brand: #2c0fc7;
/* SwiftUI */
Color(red: 0.173, green: 0.059, blue: 0.780)
/* Android */
Color.parseColor("#2c0fc7")Accessibility — WCAG contrast
Aa
#2c0fc7 on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0fc7 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green5.9%
Blue78.0%
CMYK percentages
Cyan77.9%
Magenta92.5%
Yellow0.0%
Key (black)22.0%
Color previews
#2c0fc7 text on a black background
contrast 2.00:1
Card sample
#2c0fc7 text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0fc7;
Background color
Panel with #2c0fc7 background
background-color: #2c0fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 15, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 15, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0fc7; background: linear-gradient(135deg, #2c0fc7, #A70FC7);