Navy
#110151
BlueColor Codes
All color formats for development
HEX
#110151RGB
rgb(17, 1, 81)HSL
hsl(252, 98%, 16%)OKLCH
oklch(0.21 0.129 276.4)CMYK
cmyk(79%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0149
2#0D0141
3#0C0139
4#0A0030
5#080028
6#070020
7#050018
8#030010
9#020008
Tints
Lighter variations
1#1A017B
2#2202A6
3#2B02D0
4#3403FA
5#552BFD
6#7755FD
7#9980FE
8#BBAAFE
9#DDD5FF
Tones
Muted variations
1#13054D
2#160949
3#180D45
4#1A1141
5#1D153D
6#1F1939
7#221D35
8#242131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFE | BordersInactive statesPlaceholder text |
| 400 | 714E #714EFD | Disabled statesSecondary iconsMuted text |
| 500 | 491C #491CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E02 #2E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2502 #2502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A01 #1A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E3DCFF;
--navy-200: #CABDFE;
--navy-300: #A28BFE;
--navy-400: #714EFD;
--navy-500: #491CFD;
--navy-600: #2E02DE;
--navy-700: #2502B1;
--navy-800: #1A017E;
--navy-900: #110151;
--navy-950: #0B0132;
}