Navy
#0F2C71
BlueColor Codes
All color formats for development
HEX
#0F2C71RGB
rgb(15, 44, 113)HSL
hsl(222, 77%, 25%)OKLCH
oklch(0.321 0.124 263.6)CMYK
cmyk(87%, 61%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2866
2#0C235A
3#0A1F4F
4#091A44
5#071638
6#06122D
7#040D22
8#030917
9#01040B
Tints
Lighter variations
1#133993
2#1747B5
3#1C54D6
4#3469E5
5#5682E9
6#789BED
7#99B4F2
8#BBCDF6
9#DDE6FB
Tones
Muted variations
1#142E6C
2#183067
3#1D3262
4#22345D
5#273658
6#2C3853
7#313A4E
8#363C4A
9#3B3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B2 #97B2F2 | BordersInactive statesPlaceholder text |
| 400 | 618A #618AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3469 #3469E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A4E #1A4EC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 153E #153E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F2C #0F2C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE8FB;
--navy-200: #C4D4F7;
--navy-300: #97B2F2;
--navy-400: #618AEA;
--navy-500: #3469E5;
--navy-600: #1A4EC7;
--navy-700: #153E9E;
--navy-800: #0F2C71;
--navy-900: #091C48;
--navy-950: #06122D;
}