Navy
#082478
BlueColor Codes
All color formats for development
HEX
#082478RGB
rgb(8, 36, 120)HSL
hsl(225, 88%, 25%)OKLCH
oklch(0.309 0.146 264.4)CMYK
cmyk(93%, 70%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07206C
2#061D60
3#051954
4#051548
5#04123C
6#030E30
7#020B24
8#020718
9#01040C
Tints
Lighter variations
1#0A2E9C
2#0C39C0
3#0F44E4
4#275AF1
5#4B75F4
6#6F91F6
7#93ACF8
8#B7C8FA
9#DBE3FD
Tones
Muted variations
1#0D2772
2#13296D
3#182C67
4#1E2F61
5#24325C
6#293556
7#2F3751
8#353A4B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AB #91ABF8 | BordersInactive statesPlaceholder text |
| 400 | 577E #577EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 275A #275AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3F #0D3FD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B32 #0B32A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0824 #082478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0517 #05174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE5FD;
--navy-200: #C1CFFB;
--navy-300: #91ABF8;
--navy-400: #577EF4;
--navy-500: #275AF1;
--navy-600: #0D3FD3;
--navy-700: #0B32A8;
--navy-800: #082478;
--navy-900: #05174D;
--navy-950: #030E30;
}