Navy
#100849
BlueColor Codes
All color formats for development
HEX
#100849RGB
rgb(16, 8, 73)HSL
hsl(247, 80%, 16%)OKLCH
oklch(0.209 0.111 276.4)CMYK
cmyk(78%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0742
2#0D073B
3#0B0633
4#09052C
5#080425
6#06031D
7#050216
8#03020F
9#020107
Tints
Lighter variations
1#180C70
2#201197
3#2915BD
4#3119E4
5#523EEA
6#7565EE
7#978BF2
8#BAB2F6
9#DCD8FB
Tones
Muted variations
1#120B46
2#150F43
3#171240
4#1A153C
5#1C1839
6#1F1C36
7#211F33
8#24222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F3 | BordersInactive statesPlaceholder text |
| 400 | 6F5E #6F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4630 #4630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B16 #2B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2312 #2312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1008 #100849 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #CAC3F8;
--navy-300: #A095F3;
--navy-400: #6F5EED;
--navy-500: #4630E8;
--navy-600: #2B16CA;
--navy-700: #2312A1;
--navy-800: #190D73;
--navy-900: #100849;
--navy-950: #0A052E;
}