#08273d
a deep, electric blue · cool · closest name: black
RGB
8, 39, 61
HSL
205°, 77%, 14%
CMYK
87, 36, 0, 76
Luminance
0.0184
Every format
| HEX | #08273d |
| RGB | rgb(8, 39, 61) |
| HSL | hsl(205, 77%, 14%) |
| CMYK | cmyk(87%, 36%, 0%, 76%) |
| LAB | lab(14.6 -2.1 -17.3) |
| LCH | lch(14.6 17.4 263.2) |
| OKLCH | oklch(0.263 0.055 243.8) |
Copy-ready code
/* CSS */
color: #08273d;
background-color: #08273d;
/* Tailwind (arbitrary) */
class="text-[#08273d] bg-[#08273d]"
/* SCSS */
$brand: #08273d;
/* SwiftUI */
Color(red: 0.031, green: 0.153, blue: 0.239)
/* Android */
Color.parseColor("#08273d")Accessibility — WCAG contrast
Aa
#08273d on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08273d on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green15.3%
Blue23.9%
CMYK percentages
Cyan86.9%
Magenta36.1%
Yellow0.0%
Key (black)76.1%
Color previews
#08273d text on a black background
contrast 1.37:1
Card sample
#08273d text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08273d;
Background color
Panel with #08273d background
background-color: #08273d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08273d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 39, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 39, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08273d; background: linear-gradient(135deg, #08273d, #0C083D);