#08263f
a deep, electric blue · cool · closest name: black
RGB
8, 38, 63
HSL
207°, 78%, 14%
CMYK
87, 40, 0, 75
Luminance
0.0180
Every format
| HEX | #08263f |
| RGB | rgb(8, 38, 63) |
| HSL | hsl(207, 78%, 14%) |
| CMYK | cmyk(87%, 40%, 0%, 75%) |
| LAB | lab(14.4 -0.5 -19.0) |
| LCH | lch(14.4 19.1 268.6) |
| OKLCH | oklch(0.261 0.059 247.7) |
Copy-ready code
/* CSS */
color: #08263f;
background-color: #08263f;
/* Tailwind (arbitrary) */
class="text-[#08263f] bg-[#08263f]"
/* SCSS */
$brand: #08263f;
/* SwiftUI */
Color(red: 0.031, green: 0.149, blue: 0.247)
/* Android */
Color.parseColor("#08263f")Accessibility — WCAG contrast
Aa
#08263f on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08263f on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.9%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta39.7%
Yellow0.0%
Key (black)75.3%
Color previews
#08263f text on a black background
contrast 1.36:1
Card sample
#08263f text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08263f;
Background color
Panel with #08263f background
background-color: #08263f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08263f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 38, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 38, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08263f; background: linear-gradient(135deg, #08263f, #0F083F);