Navy
#05157A
BlueColor Codes
All color formats for development
HEX
#05157ARGB
rgb(5, 21, 122)HSL
hsl(232, 92%, 25%)OKLCH
oklch(0.286 0.165 265.4)CMYK
cmyk(96%, 83%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05136E
2#041162
3#040F56
4#030C49
5#030A3D
6#020831
7#020625
8#010418
9#01020C
Tints
Lighter variations
1#071B9F
2#0821C4
3#0A27E9
4#233FF6
5#475FF7
6#6C7FF9
7#919FFA
8#B6BFFC
9#DADFFD
Tones
Muted variations
1#0B1975
2#111D6F
3#172269
4#1D2663
5#222A5D
6#282F57
7#2E3351
8#34374B
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9D #8E9DFA | BordersInactive statesPlaceholder text |
| 400 | 546A #546AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 233F #233FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0925 #0925D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 071D #071DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0515 #05157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE1FE;
--navy-200: #BFC7FC;
--navy-300: #8E9DFA;
--navy-400: #546AF8;
--navy-500: #233FF6;
--navy-600: #0925D7;
--navy-700: #071DAB;
--navy-800: #05157A;
--navy-900: #030D4E;
--navy-950: #020831;
}