Navy
#0C1345
BlueColor Codes
All color formats for development
HEX
#0C1345RGB
rgb(12, 19, 69)HSL
hsl(233, 70%, 16%)OKLCH
oklch(0.22 0.093 270.4)CMYK
cmyk(83%, 72%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B113E
2#0A0F37
3#090D31
4#070B2A
5#060923
6#05081C
7#040615
8#02040E
9#010207
Tints
Lighter variations
1#131D6A
2#19278E
3#2031B3
4#263BD7
5#495ADF
6#6D7BE5
7#929CEC
8#B6BDF2
9#DBDEF9
Tones
Muted variations
1#0F1543
2#121740
3#15193D
4#181C3A
5#1B1E37
6#1D2034
7#202231
8#23242F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA5 #9BA5ED | BordersInactive statesPlaceholder text |
| 400 | 6776 #6776E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C4F #3C4FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2234 #2234BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B29 #1B2998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131E #131E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E4FA;
--navy-200: #C7CCF5;
--navy-300: #9BA5ED;
--navy-400: #6776E4;
--navy-500: #3C4FDD;
--navy-600: #2234BF;
--navy-700: #1B2998;
--navy-800: #131E6C;
--navy-900: #0C1345;
--navy-950: #080C2B;
}