Navy
#100B46
BlueColor Codes
All color formats for development
HEX
#100B46RGB
rgb(16, 11, 70)HSL
hsl(245, 73%, 16%)OKLCH
oklch(0.21 0.104 276.4)CMYK
cmyk(77%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0A40
2#0D0938
3#0B0831
4#0A072A
5#080623
6#06041C
7#050315
8#03020E
9#020107
Tints
Lighter variations
1#18116C
2#211791
3#291CB6
4#3222DB
5#5346E2
6#756BE8
7#9890EE
8#BAB5F3
9#DDDAF9
Tones
Muted variations
1#120E44
2#151141
3#17143E
4#1A173B
5#1C1A38
6#1F1D35
7#212032
8#24232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 6F65 #6F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 4638 #4638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1E #2C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2318 #23189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1911 #19116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FA;
--navy-200: #CAC6F6;
--navy-300: #A19AEF;
--navy-400: #6F65E7;
--navy-500: #4638E0;
--navy-600: #2C1EC2;
--navy-700: #23189A;
--navy-800: #19116E;
--navy-900: #100B47;
--navy-950: #0A072C;
}