Navy
#0E1571
BlueColor Codes
All color formats for development
HEX
#0E1571RGB
rgb(14, 21, 113)HSL
hsl(236, 78%, 25%)OKLCH
oklch(0.277 0.152 268.4)CMYK
cmyk(88%, 81%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1366
2#0B115B
3#0A0E4F
4#080C44
5#070A39
6#06082D
7#040622
8#030417
9#01020B
Tints
Lighter variations
1#121B94
2#1621B6
3#1B27D8
4#333FE6
5#555FEA
6#777FEE
7#999FF2
8#BBBFF7
9#DDDFFB
Tones
Muted variations
1#13196D
2#181D68
3#1D2263
4#22265E
5#272A59
6#2C2F54
7#31334F
8#36374A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 6069 #6069EB | Disabled statesSecondary iconsMuted text |
| 500 | 333F #333FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1924 #1924C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141D #141D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E15 #0E1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090D #090D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C4C7F8;
--navy-300: #979DF2;
--navy-400: #6069EB;
--navy-500: #333FE6;
--navy-600: #1924C8;
--navy-700: #141D9F;
--navy-800: #0E1571;
--navy-900: #090D49;
--navy-950: #06082D;
}