Navy
#0C0CA6
BlueColor Codes
All color formats for development
HEX
#0C0CA6RGB
rgb(12, 12, 166)HSL
hsl(240, 87%, 35%)OKLCH
oklch(0.338 0.22 266.1)CMYK
cmyk(93%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0A96
2#090986
3#080875
4#070764
5#060653
6#050543
7#030332
8#020221
9#010111
Tints
Lighter variations
1#0E0EC6
2#1010E5
3#2626F0
4#4545F2
5#6464F4
6#8383F6
7#A2A2F9
8#C1C1FB
9#E0E0FD
Tones
Muted variations
1#13139F
2#1B1B97
3#232390
4#2B2B88
5#323280
6#3A3A78
7#424271
8#4A4A69
9#515161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F7 | BordersInactive statesPlaceholder text |
| 400 | 5858 #5858F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2828 #2828F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F0F #0F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054C | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFD;
--navy-200: #C1C1FB;
--navy-300: #9191F7;
--navy-400: #5858F3;
--navy-500: #2828F0;
--navy-600: #0F0FD2;
--navy-700: #0C0CA7;
--navy-800: #080877;
--navy-900: #05054C;
--navy-950: #030330;
}