Navy
#083578
BlueColor Codes
All color formats for development
HEX
#083578RGB
rgb(8, 53, 120)HSL
hsl(216, 88%, 25%)OKLCH
oklch(0.345 0.124 259.3)CMYK
cmyk(93%, 56%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072F6C
2#062A60
3#052554
4#052048
5#041A3C
6#031530
7#021024
8#020B18
9#01050C
Tints
Lighter variations
1#0A449C
2#0C54C0
3#0F64E4
4#2778F1
5#4B8FF4
6#6FA5F6
7#93BCF8
8#B7D2FA
9#DBE9FD
Tones
Muted variations
1#0D3672
2#13376D
3#183867
4#1E3961
5#243A5C
6#293B56
7#2F3C51
8#353E4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D8 #C1D8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91BA #91BAF8 | BordersInactive statesPlaceholder text |
| 400 | 5796 #5796F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2778 #2778F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D5C #0D5CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B4A #0B4AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0835 #083578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0522 #05224D | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DDEAFD;
--navy-200: #C1D8FB;
--navy-300: #91BAF8;
--navy-400: #5796F4;
--navy-500: #2778F1;
--navy-600: #0D5CD3;
--navy-700: #0B4AA8;
--navy-800: #083578;
--navy-900: #05224D;
--navy-950: #031530;
}