Navy
#0C0F45
BlueColor Codes
All color formats for development
HEX
#0C0F45RGB
rgb(12, 15, 69)HSL
hsl(237, 70%, 16%)OKLCH
oklch(0.212 0.099 272)CMYK
cmyk(83%, 78%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0E3E
2#0A0C37
3#090B31
4#07092A
5#060823
6#05061C
7#040515
8#02030E
9#010207
Tints
Lighter variations
1#13176A
2#191F8E
3#2027B3
4#262FD7
5#4950DF
6#6D73E5
7#9296EC
8#B6B9F2
9#DBDCF9
Tones
Muted variations
1#0F1243
2#121440
3#15173D
4#18193A
5#1B1C37
6#1D1F34
7#202131
8#23242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9F #9B9FED | BordersInactive statesPlaceholder text |
| 400 | 676E #676EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C44 #3C44DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222A #222ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B21 #1B2198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1318 #13186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0F #0C0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E2FA;
--navy-200: #C7C9F5;
--navy-300: #9B9FED;
--navy-400: #676EE4;
--navy-500: #3C44DD;
--navy-600: #222ABF;
--navy-700: #1B2198;
--navy-800: #13186C;
--navy-900: #0C0F45;
--navy-950: #08092B;
}