#00264f
a deep, electric blue · cool · closest name: black
RGB
0, 38, 79
HSL
211°, 100%, 16%
CMYK
100, 52, 0, 69
Luminance
0.0195
Every format
| HEX | #00264f |
| RGB | rgb(0, 38, 79) |
| HSL | hsl(211, 100%, 16%) |
| CMYK | cmyk(100%, 52%, 0%, 69%) |
| LAB | lab(15.2 5.8 -28.7) |
| LCH | lch(15.2 29.3 281.4) |
| OKLCH | oklch(0.271 0.086 254.0) |
Copy-ready code
/* CSS */
color: #00264f;
background-color: #00264f;
/* Tailwind (arbitrary) */
class="text-[#00264f] bg-[#00264f]"
/* SCSS */
$brand: #00264f;
/* SwiftUI */
Color(red: 0.000, green: 0.149, blue: 0.310)
/* Android */
Color.parseColor("#00264f")Accessibility — WCAG contrast
Aa
#00264f on white: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00264f on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green14.9%
Blue31.0%
CMYK percentages
Cyan100.0%
Magenta51.9%
Yellow0.0%
Key (black)69.0%
Color previews
#00264f text on a black background
contrast 1.39:1
Card sample
#00264f text on a white background
contrast 15.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00264f;
Background color
Panel with #00264f background
background-color: #00264f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00264f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 38, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 38, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00264f; background: linear-gradient(135deg, #00264f, #0F004F);