#00254b
a deep, electric blue · cool · closest name: black
RGB
0, 37, 75
HSL
210°, 100%, 15%
CMYK
100, 51, 0, 71
Luminance
0.0183
Every format
| HEX | #00254b |
| RGB | rgb(0, 37, 75) |
| HSL | hsl(210, 100%, 15%) |
| CMYK | cmyk(100%, 51%, 0%, 71%) |
| LAB | lab(14.6 4.7 -27.1) |
| LCH | lch(14.6 27.4 279.8) |
| OKLCH | oklch(0.265 0.081 252.9) |
Copy-ready code
/* CSS */
color: #00254b;
background-color: #00254b;
/* Tailwind (arbitrary) */
class="text-[#00254b] bg-[#00254b]"
/* SCSS */
$brand: #00254b;
/* SwiftUI */
Color(red: 0.000, green: 0.145, blue: 0.294)
/* Android */
Color.parseColor("#00254b")Accessibility — WCAG contrast
Aa
#00254b on white: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00254b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green14.5%
Blue29.4%
CMYK percentages
Cyan100.0%
Magenta50.7%
Yellow0.0%
Key (black)70.6%
Color previews
#00254b text on a black background
contrast 1.37:1
Card sample
#00254b text on a white background
contrast 15.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00254b;
Background color
Panel with #00254b background
background-color: #00254b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00254b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 37, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 37, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00254b; background: linear-gradient(135deg, #00254b, #0D004B);