Navy
#0C1145
BlueColor Codes
All color formats for development
HEX
#0C1145RGB
rgb(12, 17, 69)HSL
hsl(235, 70%, 16%)OKLCH
oklch(0.216 0.096 271.2)CMYK
cmyk(83%, 75%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0F3E
2#0A0E37
3#090C31
4#070A2A
5#060823
6#05071C
7#040515
8#02030E
9#010207
Tints
Lighter variations
1#131A6A
2#19238E
3#202CB3
4#2635D7
5#4955DF
6#6D77E5
7#9299EC
8#B6BBF2
9#DBDDF9
Tones
Muted variations
1#0F1343
2#121640
3#15183D
4#181B3A
5#1B1D37
6#1D1F34
7#202231
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 | E1E3 #E1E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA2 #9BA2ED | BordersInactive statesPlaceholder text |
| 400 | 6772 #6772E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C49 #3C49DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222F #222FBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B25 #1B2598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131B #131B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C11 #0C1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E3FA;
--navy-200: #C7CBF5;
--navy-300: #9BA2ED;
--navy-400: #6772E4;
--navy-500: #3C49DD;
--navy-600: #222FBF;
--navy-700: #1B2598;
--navy-800: #131B6C;
--navy-900: #0C1145;
--navy-950: #080B2B;
}