Navy
#061479
BlueColor Codes
All color formats for development
HEX
#061479RGB
rgb(6, 20, 121)HSL
hsl(233, 91%, 25%)OKLCH
oklch(0.283 0.165 265.8)CMYK
cmyk(95%, 83%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05116E
2#050F61
3#040D55
4#030C49
5#030A3D
6#020831
7#020625
8#010418
9#01020C
Tints
Lighter variations
1#07199E
2#091FC3
3#0B25E7
4#243CF5
5#485DF6
6#6D7DF8
7#919EFA
8#B6BEFC
9#DADFFD
Tones
Muted variations
1#0C1874
2#111C6E
3#172168
4#1D2563
5#232A5D
6#292E57
7#2E3251
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 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9B #8F9BFA | BordersInactive statesPlaceholder text |
| 400 | 5567 #5567F7 | Disabled statesSecondary iconsMuted text |
| 500 | 243C #243CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A22 #0A22D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081B #081BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0613 #06137A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4E | 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: #C0C7FC;
--navy-300: #8F9BFA;
--navy-400: #5567F7;
--navy-500: #243CF5;
--navy-600: #0A22D6;
--navy-700: #081BAA;
--navy-800: #06137A;
--navy-900: #040C4E;
--navy-950: #020831;
}