Navy
#0E1F71
BlueColor Codes
All color formats for development
HEX
#0E1F71RGB
rgb(14, 31, 113)HSL
hsl(230, 78%, 25%)OKLCH
oklch(0.294 0.141 266.9)CMYK
cmyk(88%, 73%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1C66
2#0B185B
3#0A154F
4#081244
5#070F39
6#060C2D
7#040922
8#030617
9#01030B
Tints
Lighter variations
1#122894
2#1631B6
3#1B3AD8
4#3351E6
5#556EEA
6#778BEE
7#99A8F2
8#BBC5F7
9#DDE2FB
Tones
Muted variations
1#13226D
2#182568
3#1D2963
4#222C5E
5#272F59
6#2C3254
7#31364F
8#36394A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A6 #97A6F2 | BordersInactive statesPlaceholder text |
| 400 | 6077 #6077EB | Disabled statesSecondary iconsMuted text |
| 500 | 3351 #3351E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1936 #1936C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142B #142B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1F #0E1F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE4FB;
--navy-200: #C4CDF8;
--navy-300: #97A6F2;
--navy-400: #6077EB;
--navy-500: #3351E6;
--navy-600: #1936C8;
--navy-700: #142B9F;
--navy-800: #0E1F71;
--navy-900: #091449;
--navy-950: #060C2D;
}