Navy
#0E1D71
BlueColor Codes
All color formats for development
HEX
#0E1D71RGB
rgb(14, 29, 113)HSL
hsl(231, 78%, 25%)OKLCH
oklch(0.29 0.144 267.3)CMYK
cmyk(88%, 74%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1A66
2#0B175B
3#0A144F
4#081144
5#070E39
6#060C2D
7#040922
8#030617
9#01030B
Tints
Lighter variations
1#122694
2#162EB6
3#1B37D8
4#334EE6
5#556BEA
6#7789EE
7#99A6F2
8#BBC4F7
9#DDE1FB
Tones
Muted variations
1#13206D
2#182468
3#1D2763
4#222B5E
5#272E59
6#2C3254
7#31354F
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 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A4 #97A4F2 | BordersInactive statesPlaceholder text |
| 400 | 6075 #6075EB | Disabled statesSecondary iconsMuted text |
| 500 | 334E #334EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1933 #1933C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1429 #14299F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1D #0E1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | 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: #DFE3FB;
--navy-200: #C4CCF8;
--navy-300: #97A4F2;
--navy-400: #6075EB;
--navy-500: #334EE6;
--navy-600: #1933C8;
--navy-700: #14299F;
--navy-800: #0E1D71;
--navy-900: #091349;
--navy-950: #060C2D;
}