Navy
#081A4A
BlueColor Codes
All color formats for development
HEX
#081A4ARGB
rgb(8, 26, 74)HSL
hsl(224, 80%, 16%)OKLCH
oklch(0.239 0.093 264.5)CMYK
cmyk(89%, 65%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071742
2#07143B
3#061233
4#050F2C
5#040D25
6#030A1D
7#020816
8#02050F
9#010307
Tints
Lighter variations
1#0C2770
2#113497
3#1542BD
4#194FE4
5#3E6CEA
6#6589EE
7#8BA7F2
8#B2C4F6
9#D8E2FB
Tones
Muted variations
1#0B1B46
2#0F1D43
3#121E40
4#15203C
5#182139
6#1C2336
7#1F2433
8#22262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E84 #5E84ED | Disabled statesSecondary iconsMuted text |
| 500 | 3061 #3061E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1646 #1646CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1238 #1238A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C3D1F8;
--navy-300: #95AEF3;
--navy-400: #5E84ED;
--navy-500: #3061E8;
--navy-600: #1646CA;
--navy-700: #1238A1;
--navy-800: #0D2873;
--navy-900: #081A49;
--navy-950: #05102E;
}