Navy
#0F1770
BlueColor Codes
All color formats for development
HEX
#0F1770RGB
rgb(15, 23, 112)HSL
hsl(235, 76%, 25%)OKLCH
oklch(0.28 0.149 268.6)CMYK
cmyk(87%, 79%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1565
2#0C135A
3#0B104F
4#090E43
5#080C38
6#06092D
7#050722
8#030516
9#02020B
Tints
Lighter variations
1#141E92
2#1825B4
3#1D2CD5
4#3544E3
5#5763E8
6#7882ED
7#9AA1F1
8#BCC1F6
9#DDE0FA
Tones
Muted variations
1#141B6B
2#191F67
3#1E2362
4#23285D
5#282C58
6#2C3053
7#31344E
8#363849
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989F #989FF1 | BordersInactive statesPlaceholder text |
| 400 | 626D #626DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3544 #3544E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B29 #1B29C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1521 #15219D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F17 #0F1770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E2FB;
--navy-200: #C5C9F7;
--navy-300: #989FF1;
--navy-400: #626DEA;
--navy-500: #3544E3;
--navy-600: #1B29C5;
--navy-700: #15219D;
--navy-800: #0F1770;
--navy-900: #0A0F48;
--navy-950: #06092D;
}