#2802ba
a dark, electric blue · warm · closest name: navy
RGB
40, 2, 186
HSL
252°, 98%, 37%
CMYK
79, 99, 0, 27
Luminance
0.0404
Every format
| HEX | #2802ba |
| RGB | rgb(40, 2, 186) |
| HSL | hsl(252, 98%, 37%) |
| CMYK | cmyk(79%, 99%, 0%, 27%) |
| LAB | lab(23.8 62.6 -82.2) |
| LCH | lch(23.8 103.3 307.3) |
| OKLCH | oklch(0.372 0.237 272.4) |
Copy-ready code
/* CSS */
color: #2802ba;
background-color: #2802ba;
/* Tailwind (arbitrary) */
class="text-[#2802ba] bg-[#2802ba]"
/* SCSS */
$brand: #2802ba;
/* SwiftUI */
Color(red: 0.157, green: 0.008, blue: 0.729)
/* Android */
Color.parseColor("#2802ba")Accessibility — WCAG contrast
Aa
#2802ba on white: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2802ba on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green0.8%
Blue72.9%
CMYK percentages
Cyan78.5%
Magenta98.9%
Yellow0.0%
Key (black)27.1%
Color previews
#2802ba text on a black background
contrast 1.81:1
Card sample
#2802ba text on a white background
contrast 11.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2802ba;
Background color
Panel with #2802ba background
background-color: #2802ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2802ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 2, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 2, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2802ba; background: linear-gradient(135deg, #2802ba, #A302BA);