Navy
#0C0E46
BlueColor Codes
All color formats for development
HEX
#0C0E46RGB
rgb(12, 14, 70)HSL
hsl(238, 71%, 16%)OKLCH
oklch(0.212 0.101 272.2)CMYK
cmyk(83%, 80%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0C3F
2#090B38
3#080A31
4#07082A
5#060723
6#05061C
7#040415
8#02030E
9#010107
Tints
Lighter variations
1#12156A
2#181C8F
3#1E23B4
4#252BD8
5#484DE0
6#6C71E6
7#9194EC
8#B6B8F3
9#DADBF9
Tones
Muted variations
1#0F1043
2#121340
3#15163D
4#17193A
5#1A1B37
6#1D1E34
7#202131
8#23232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9D #9B9DEE | BordersInactive statesPlaceholder text |
| 400 | 666B #666BE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B40 #3B40DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2126 #2126C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A1E #1A1E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1216 #12166D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0E #0C0E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FA;
--navy-200: #C6C8F5;
--navy-300: #9B9DEE;
--navy-400: #666BE5;
--navy-500: #3B40DE;
--navy-600: #2126C0;
--navy-700: #1A1E99;
--navy-800: #12166D;
--navy-900: #0C0E46;
--navy-950: #07092C;
}