Navy
#0B0C46
BlueColor Codes
All color formats for development
HEX
#0B0C46RGB
rgb(11, 12, 70)HSL
hsl(239, 73%, 16%)OKLCH
oklch(0.208 0.104 272)CMYK
cmyk(84%, 83%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0B40
2#090A38
3#080831
4#07072A
5#060623
6#04051C
7#030415
8#02020E
9#010107
Tints
Lighter variations
1#11126C
2#171991
3#1C1FB6
4#2225DB
5#4648E2
6#6B6DE8
7#9091EE
8#B5B6F3
9#DADAF9
Tones
Muted variations
1#0E0F44
2#111241
3#14153E
4#17183B
5#1A1A38
6#1D1D35
7#202032
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 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9B #9A9BEF | BordersInactive statesPlaceholder text |
| 400 | 6567 #6567E7 | Disabled statesSecondary iconsMuted text |
| 500 | 383B #383BE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E21 #1E21C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181A #181A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1113 #11136E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0C #0B0C47 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FA;
--navy-200: #C6C6F6;
--navy-300: #9A9BEF;
--navy-400: #6567E7;
--navy-500: #383BE0;
--navy-600: #1E21C2;
--navy-700: #181A9A;
--navy-800: #11136E;
--navy-900: #0B0C47;
--navy-950: #07082C;
}