Navy
#11084A
BlueColor Codes
All color formats for development
HEX
#11084ARGB
rgb(17, 8, 74)HSL
hsl(248, 80%, 16%)OKLCH
oklch(0.211 0.112 277)CMYK
cmyk(77%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0742
2#0D073B
3#0C0633
4#0A052C
5#080425
6#07031D
7#050216
8#03020F
9#020107
Tints
Lighter variations
1#1A0C70
2#231197
3#2B15BD
4#3419E4
5#553EEA
6#7765EE
7#998BF2
8#BBB2F6
9#DDD8FB
Tones
Muted variations
1#130B46
2#160F43
3#181240
4#1A153C
5#1D1839
6#1F1C36
7#221F33
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 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F3 | BordersInactive statesPlaceholder text |
| 400 | 715E #715EED | Disabled statesSecondary iconsMuted text |
| 500 | 4930 #4930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E16 #2E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2512 #2512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0D #1A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #110849 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E3DFFB;
--navy-200: #CAC3F8;
--navy-300: #A295F3;
--navy-400: #715EED;
--navy-500: #4930E8;
--navy-600: #2E16CA;
--navy-700: #2512A1;
--navy-800: #1A0D73;
--navy-900: #110849;
--navy-950: #0B052E;
}