Navy
#06157A
BlueColor Codes
All color formats for development
HEX
#06157ARGB
rgb(6, 21, 122)HSL
hsl(232, 91%, 25%)OKLCH
oklch(0.286 0.165 265.7)CMYK
cmyk(95%, 83%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05136E
2#051161
3#040F55
4#030D49
5#030B3D
6#020831
7#020625
8#010418
9#01020C
Tints
Lighter variations
1#071C9E
2#0922C3
3#0B28E7
4#2440F5
5#4860F6
6#6D7FF8
7#919FFA
8#B6BFFC
9#DADFFD
Tones
Muted variations
1#0C1974
2#111E6E
3#172268
4#1D2663
5#232A5D
6#292F57
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 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9D #8F9DFA | BordersInactive statesPlaceholder text |
| 400 | 556A #556AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2440 #2440F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A25 #0A25D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081E #081EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0615 #06157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | 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: #DDE1FD;
--navy-200: #C0C8FC;
--navy-300: #8F9DFA;
--navy-400: #556AF7;
--navy-500: #2440F5;
--navy-600: #0A25D6;
--navy-700: #081EAA;
--navy-800: #06157A;
--navy-900: #040E4E;
--navy-950: #020831;
}