Navy
#08154A
BlueColor Codes
All color formats for development
HEX
#08154ARGB
rgb(8, 21, 74)HSL
hsl(228, 80%, 16%)OKLCH
oklch(0.228 0.1 266.9)CMYK
cmyk(89%, 72%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071342
2#07113B
3#060F33
4#050D2C
5#040B25
6#03081D
7#020616
8#02040F
9#010207
Tints
Lighter variations
1#0C2070
2#112B97
3#1537BD
4#1942E4
5#3E60EA
6#6580EE
7#8BA0F2
8#B2C0F6
9#D8DFFB
Tones
Muted variations
1#0B1746
2#0F1943
3#121B40
4#151D3C
5#181F39
6#1C2136
7#1F2333
8#22252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CE #C3CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A8 #95A8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E7B #5E7BED | Disabled statesSecondary iconsMuted text |
| 500 | 3055 #3055E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163A #163ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122E #122EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D21 #0D2173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0815 #081549 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE5FB;
--navy-200: #C3CEF8;
--navy-300: #95A8F3;
--navy-400: #5E7BED;
--navy-500: #3055E8;
--navy-600: #163ACA;
--navy-700: #122EA1;
--navy-800: #0D2173;
--navy-900: #081549;
--navy-950: #050D2E;
}