Navy
#0B0B47
BlueColor Codes
All color formats for development
HEX
#0B0B47RGB
rgb(11, 11, 71)HSL
hsl(240, 73%, 16%)OKLCH
oklch(0.207 0.107 272.1)CMYK
cmyk(85%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0A40
2#090938
3#080831
4#07072A
5#060623
6#04041C
7#030315
8#02020E
9#010107
Tints
Lighter variations
1#11116C
2#171791
3#1C1CB6
4#2222DB
5#4646E2
6#6B6BE8
7#9090EE
8#B5B5F3
9#DADAF9
Tones
Muted variations
1#0E0E44
2#111141
3#14143E
4#17173B
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 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3838 #3838E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1E #1E1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1818 #18189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1111 #11116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B47 | 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: #C6C6F6;
--navy-300: #9A9AEF;
--navy-400: #6565E7;
--navy-500: #3838E0;
--navy-600: #1E1EC2;
--navy-700: #18189A;
--navy-800: #11116E;
--navy-900: #0B0B47;
--navy-950: #07072C;
}