Navy
#0E2071
BlueColor Codes
All color formats for development
HEX
#0E2071RGB
rgb(14, 32, 113)HSL
hsl(229, 78%, 25%)OKLCH
oklch(0.296 0.14 266.7)CMYK
cmyk(88%, 72%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1D66
2#0B1A5B
3#0A174F
4#081344
5#071039
6#060D2D
7#040A22
8#030617
9#01030B
Tints
Lighter variations
1#122A94
2#1634B6
3#1B3DD8
4#3354E6
5#5570EA
6#778DEE
7#99A9F2
8#BBC6F7
9#DDE2FB
Tones
Muted variations
1#13236D
2#182768
3#1D2A63
4#222D5E
5#273059
6#2C3354
7#31364F
8#36394A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A7 #97A7F2 | BordersInactive statesPlaceholder text |
| 400 | 607A #607AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3354 #3354E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1939 #1939C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142D #142D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E20 #0E2071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE4FB;
--navy-200: #C4CDF8;
--navy-300: #97A7F2;
--navy-400: #607AEB;
--navy-500: #3354E6;
--navy-600: #1939C8;
--navy-700: #142D9F;
--navy-800: #0E2071;
--navy-900: #091549;
--navy-950: #060D2D;
}