Navy
#0F1370
BlueColor Codes
All color formats for development
HEX
#0F1370RGB
rgb(15, 19, 112)HSL
hsl(238, 76%, 25%)OKLCH
oklch(0.274 0.152 269)CMYK
cmyk(87%, 83%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1165
2#0C0F5A
3#0B0D4F
4#090B43
5#080938
6#06072D
7#050622
8#030416
9#02020B
Tints
Lighter variations
1#141892
2#181EB4
3#1D23D5
4#353BE3
5#575CE8
6#787CED
7#9A9DF1
8#BCBEF6
9#DDDEFA
Tones
Muted variations
1#14176B
2#191C67
3#1E2062
4#23255D
5#282958
6#2C2E53
7#31324E
8#363749
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C6 #C5C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989B #989BF1 | BordersInactive statesPlaceholder text |
| 400 | 6266 #6266EA | Disabled statesSecondary iconsMuted text |
| 500 | 353B #353BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B21 #1B21C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151A #151A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F13 #0F1370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0C #0A0C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C5C6F7;
--navy-300: #989BF1;
--navy-400: #6266EA;
--navy-500: #353BE3;
--navy-600: #1B21C5;
--navy-700: #151A9D;
--navy-800: #0F1370;
--navy-900: #0A0C48;
--navy-950: #06072D;
}