Navy
#082678
BlueColor Codes
All color formats for development
HEX
#082678RGB
rgb(8, 38, 120)HSL
hsl(224, 88%, 25%)OKLCH
oklch(0.313 0.144 264)CMYK
cmyk(93%, 68%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07226C
2#061E60
3#051A54
4#051748
5#04133C
6#030F30
7#020B24
8#020818
9#01040C
Tints
Lighter variations
1#0A319C
2#0C3CC0
3#0F47E4
4#275DF1
5#4B78F4
6#6F93F6
7#93AEF8
8#B7C9FA
9#DBE4FD
Tones
Muted variations
1#0D2872
2#132B6D
3#182D67
4#1E3061
5#24335C
6#293556
7#2F3851
8#353B4B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D0 #C1D0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AC #91ACF8 | BordersInactive statesPlaceholder text |
| 400 | 5781 #5781F4 | Disabled statesSecondary iconsMuted text |
| 500 | 275D #275DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D42 #0D42D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B35 #0B35A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0826 #082678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0518 #05184D | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE6FD;
--navy-200: #C1D0FB;
--navy-300: #91ACF8;
--navy-400: #5781F4;
--navy-500: #275DF1;
--navy-600: #0D42D3;
--navy-700: #0B35A8;
--navy-800: #082678;
--navy-900: #05184D;
--navy-950: #030F30;
}