Navy
#08134A
BlueColor Codes
All color formats for development
HEX
#08134ARGB
rgb(8, 19, 74)HSL
hsl(230, 80%, 16%)OKLCH
oklch(0.224 0.102 267.6)CMYK
cmyk(89%, 74%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071142
2#070F3B
3#060D33
4#050B2C
5#040A25
6#03081D
7#020616
8#02040F
9#010207
Tints
Lighter variations
1#0C1D70
2#112797
3#1531BD
4#193BE4
5#3E5BEA
6#657CEE
7#8B9CF2
8#B2BDF6
9#D8DEFB
Tones
Muted variations
1#0B1546
2#0F1743
3#121A40
4#151C3C
5#181E39
6#1C2036
7#1F2233
8#22242F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E76 #5E76ED | Disabled statesSecondary iconsMuted text |
| 500 | 304F #304FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1634 #1634CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122A #122AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #081349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE4FB;
--navy-200: #C3CCF8;
--navy-300: #95A5F3;
--navy-400: #5E76ED;
--navy-500: #304FE8;
--navy-600: #1634CA;
--navy-700: #122AA1;
--navy-800: #0D1E73;
--navy-900: #081349;
--navy-950: #050C2E;
}