Navy
#0C0C46
BlueColor Codes
All color formats for development
HEX
#0C0C46RGB
rgb(12, 12, 70)HSL
hsl(240, 71%, 16%)OKLCH
oklch(0.208 0.104 272.8)CMYK
cmyk(83%, 83%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0B3F
2#090938
3#080831
4#07072A
5#060623
6#05051C
7#040415
8#02020E
9#010107
Tints
Lighter variations
1#12126A
2#18188F
3#1E1EB4
4#2525D8
5#4848E0
6#6C6CE6
7#9191EC
8#B6B6F3
9#DADAF9
Tones
Muted variations
1#0F0F43
2#121240
3#15153D
4#17173A
5#1A1A37
6#1D1D34
7#202031
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 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9B #9B9BEE | BordersInactive statesPlaceholder text |
| 400 | 6666 #6666E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B3B #3B3BDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2121 #2121C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A1A #1A1A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1212 #12126D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0C #0C0C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FA;
--navy-200: #C6C6F5;
--navy-300: #9B9BEE;
--navy-400: #6666E5;
--navy-500: #3B3BDE;
--navy-600: #2121C0;
--navy-700: #1A1A99;
--navy-800: #12126D;
--navy-900: #0C0C46;
--navy-950: #07072C;
}