Navy
#100A48
BlueColor Codes
All color formats for development
HEX
#100A48RGB
rgb(16, 10, 72)HSL
hsl(246, 76%, 16%)OKLCH
oklch(0.211 0.108 276.2)CMYK
cmyk(78%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0941
2#0D0839
3#0B0732
4#0A062B
5#080524
6#06041D
7#050316
8#03020E
9#020107
Tints
Lighter variations
1#180F6E
2#211493
3#2919B9
4#321EDF
5#5343E5
6#7568EA
7#988EF0
8#BAB4F5
9#DDD9FA
Tones
Muted variations
1#120D45
2#151042
3#17133F
4#1A163B
5#1C1938
6#1F1C35
7#211F32
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 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #CAC5F7;
--navy-300: #A198F1;
--navy-400: #6F62EA;
--navy-500: #4635E3;
--navy-600: #2C1BC5;
--navy-700: #23159D;
--navy-800: #190F70;
--navy-900: #100A48;
--navy-950: #0A062D;
}