#2500cc
a dark, electric blue · warm · closest name: blue
RGB
37, 0, 204
HSL
251°, 100%, 40%
CMYK
82, 100, 0, 20
Luminance
0.0475
Every format
| HEX | #2500cc |
| RGB | rgb(37, 0, 204) |
| HSL | hsl(251, 100%, 40%) |
| CMYK | cmyk(82%, 100%, 0%, 20%) |
| LAB | lab(26.0 67.3 -89.1) |
| LCH | lch(26.0 111.7 307.1) |
| OKLCH | oklch(0.393 0.257 270.2) |
Copy-ready code
/* CSS */
color: #2500cc;
background-color: #2500cc;
/* Tailwind (arbitrary) */
class="text-[#2500cc] bg-[#2500cc]"
/* SCSS */
$brand: #2500cc;
/* SwiftUI */
Color(red: 0.145, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#2500cc")Accessibility — WCAG contrast
Aa
#2500cc on white: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2500cc on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green0.0%
Blue80.0%
CMYK percentages
Cyan81.9%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#2500cc text on a black background
contrast 1.95:1
Card sample
#2500cc text on a white background
contrast 10.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2500cc;
Background color
Panel with #2500cc background
background-color: #2500cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2500cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2500cc; background: linear-gradient(135deg, #2500cc, #AD00CC);