Navy
#061879
BlueColor Codes
All color formats for development
HEX
#061879RGB
rgb(6, 24, 121)HSL
hsl(231, 91%, 25%)OKLCH
oklch(0.289 0.161 265.5)CMYK
cmyk(95%, 80%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05156E
2#051361
3#041055
4#030E49
5#030C3D
6#020931
7#020725
8#010518
9#01020C
Tints
Lighter variations
1#071E9E
2#0925C3
3#0B2CE7
4#2443F5
5#4862F6
6#6D82F8
7#91A1FA
8#B6C0FC
9#DAE0FD
Tones
Muted variations
1#0C1B74
2#111F6E
3#172368
4#1D2763
5#232B5D
6#293057
7#2E3451
8#34384B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9F #8F9FFA | BordersInactive statesPlaceholder text |
| 400 | 556D #556DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2443 #2443F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A29 #0A29D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0820 #0820AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0617 #06177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE2FD;
--navy-200: #C0C9FC;
--navy-300: #8F9FFA;
--navy-400: #556DF7;
--navy-500: #2443F5;
--navy-600: #0A29D6;
--navy-700: #0820AA;
--navy-800: #06177A;
--navy-900: #040F4E;
--navy-950: #020931;
}