#250c7c
a dark, electric blue · warm · closest name: navy
RGB
37, 12, 124
HSL
253°, 82%, 27%
CMYK
70, 90, 0, 51
Luminance
0.0211
Every format
| HEX | #250c7c |
| RGB | rgb(37, 12, 124) |
| HSL | hsl(253, 82%, 27%) |
| CMYK | cmyk(70%, 90%, 0%, 51%) |
| LAB | lab(16.1 43.1 -56.9) |
| LCH | lch(16.1 71.4 307.1) |
| OKLCH | oklch(0.296 0.167 279.2) |
Copy-ready code
/* CSS */
color: #250c7c;
background-color: #250c7c;
/* Tailwind (arbitrary) */
class="text-[#250c7c] bg-[#250c7c]"
/* SCSS */
$brand: #250c7c;
/* SwiftUI */
Color(red: 0.145, green: 0.047, blue: 0.486)
/* Android */
Color.parseColor("#250c7c")Accessibility — WCAG contrast
Aa
#250c7c on white: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250c7c on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green4.7%
Blue48.6%
CMYK percentages
Cyan70.2%
Magenta90.3%
Yellow0.0%
Key (black)51.4%
Color previews
#250c7c text on a black background
contrast 1.42:1
Card sample
#250c7c text on a white background
contrast 14.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250c7c;
Background color
Panel with #250c7c background
background-color: #250c7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250c7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 12, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 12, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250c7c; background: linear-gradient(135deg, #250c7c, #700C7C);