#082fcf
a dark, electric blue · warm · closest name: navy
RGB
8, 47, 207
HSL
228°, 93%, 42%
CMYK
96, 77, 0, 19
Luminance
0.0659
Every format
| HEX | #082fcf |
| RGB | rgb(8, 47, 207) |
| HSL | hsl(228, 93%, 42%) |
| CMYK | cmyk(96%, 77%, 0%, 19%) |
| LAB | lab(30.9 51.5 -82.9) |
| LCH | lch(30.9 97.5 301.9) |
| OKLCH | oklch(0.425 0.241 264.6) |
Copy-ready code
/* CSS */
color: #082fcf;
background-color: #082fcf;
/* Tailwind (arbitrary) */
class="text-[#082fcf] bg-[#082fcf]"
/* SCSS */
$brand: #082fcf;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.812)
/* Android */
Color.parseColor("#082fcf")Accessibility — WCAG contrast
Aa
#082fcf on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082fcf on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta77.3%
Yellow0.0%
Key (black)18.8%
Color previews
#082fcf text on a black background
contrast 2.32:1
Card sample
#082fcf text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082fcf;
Background color
Panel with #082fcf background
background-color: #082fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082fcf; background: linear-gradient(135deg, #082fcf, #6608CF);