Navy
#081849
BlueColor Codes
All color formats for development
HEX
#081849RGB
rgb(8, 24, 73)HSL
hsl(225, 80%, 16%)OKLCH
oklch(0.234 0.094 265.5)CMYK
cmyk(89%, 67%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071642
2#07143B
3#061133
4#050F2C
5#040C25
6#030A1D
7#020716
8#02050F
9#010207
Tints
Lighter variations
1#0C2570
2#113297
3#153FBD
4#194CE4
5#3E69EA
6#6587EE
7#8BA5F2
8#B2C3F6
9#D8E1FB
Tones
Muted variations
1#0B1A46
2#0F1C43
3#121D40
4#151F3C
5#182139
6#1C2236
7#1F2433
8#22262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5E82 #5E82ED | Disabled statesSecondary iconsMuted text |
| 500 | 305E #305EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1643 #1643CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1236 #1236A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D26 #0D2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #081849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C3D1F8;
--navy-300: #95ADF3;
--navy-400: #5E82ED;
--navy-500: #305EE8;
--navy-600: #1643CA;
--navy-700: #1236A1;
--navy-800: #0D2673;
--navy-900: #081849;
--navy-950: #050F2E;
}