Navy
#0E2771
BlueColor Codes
All color formats for development
HEX
#0E2771RGB
rgb(14, 39, 113)HSL
hsl(225, 78%, 25%)OKLCH
oklch(0.309 0.131 265)CMYK
cmyk(88%, 65%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2366
2#0B1F5B
3#0A1B4F
4#081744
5#071339
6#06102D
7#040C22
8#030817
9#01040B
Tints
Lighter variations
1#123394
2#163EB6
3#1B4AD8
4#335FE6
5#557AEA
6#7795EE
7#99AFF2
8#BBCAF7
9#DDE4FB
Tones
Muted variations
1#13296D
2#182C68
3#1D2E63
4#22315E
5#273359
6#2C3654
7#31384F
8#363B4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AD #97ADF2 | BordersInactive statesPlaceholder text |
| 400 | 6083 #6083EB | Disabled statesSecondary iconsMuted text |
| 500 | 335F #335FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1944 #1944C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1436 #14369F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E27 #0E2771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C4D1F8;
--navy-300: #97ADF2;
--navy-400: #6083EB;
--navy-500: #335FE6;
--navy-600: #1944C8;
--navy-700: #14369F;
--navy-800: #0E2771;
--navy-900: #091949;
--navy-950: #06102D;
}