Navy
#081778
BlueColor Codes
All color formats for development
HEX
#081778RGB
rgb(8, 23, 120)HSL
hsl(232, 88%, 25%)OKLCH
oklch(0.287 0.16 266.1)CMYK
cmyk(93%, 81%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07146C
2#061260
3#051054
4#050E48
5#040B3C
6#030930
7#020724
8#020518
9#01020C
Tints
Lighter variations
1#0A1D9C
2#0C24C0
3#0F2BE4
4#2742F1
5#4B62F4
6#6F81F6
7#93A1F8
8#B7C0FA
9#DBE0FD
Tones
Muted variations
1#0D1B72
2#131F6D
3#182367
4#1E2761
5#242B5C
6#292F56
7#2F3351
8#35384B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C8 #C1C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919F #919FF8 | BordersInactive statesPlaceholder text |
| 400 | 576C #576CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2742 #2742F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D28 #0D28D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B20 #0B20A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0817 #081778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050E #050E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE2FD;
--navy-200: #C1C8FB;
--navy-300: #919FF8;
--navy-400: #576CF4;
--navy-500: #2742F1;
--navy-600: #0D28D3;
--navy-700: #0B20A8;
--navy-800: #081778;
--navy-900: #050E4D;
--navy-950: #030930;
}