Navy
#0C1073
BlueColor Codes
All color formats for development
HEX
#0C1073RGB
rgb(12, 16, 115)HSL
hsl(238, 81%, 25%)OKLCH
oklch(0.272 0.16 268)CMYK
cmyk(90%, 86%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0E68
2#0A0C5C
3#080B51
4#070945
5#06083A
6#05062E
7#040523
8#020317
9#01020C
Tints
Lighter variations
1#101496
2#1319B9
3#171EDB
4#2F35E9
5#5257ED
6#7579F0
7#979AF4
8#BABCF8
9#DCDDFB
Tones
Muted variations
1#11146E
2#161969
3#1C1E64
4#21235F
5#26285A
6#2B2C54
7#30314F
8#35364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9598 #9598F4 | BordersInactive statesPlaceholder text |
| 400 | 5D62 #5D62EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F35 #2F35E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151B #151BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1116 #1116A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C10 #0C1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DFE0FC;
--navy-200: #C3C5F9;
--navy-300: #9598F4;
--navy-400: #5D62EE;
--navy-500: #2F35E9;
--navy-600: #151BCB;
--navy-700: #1116A2;
--navy-800: #0C1073;
--navy-900: #080A4A;
--navy-950: #05062E;
}