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