Navy
#140849
BlueColor Codes
All color formats for development
HEX
#140849RGB
rgb(20, 8, 73)HSL
hsl(251, 80%, 16%)OKLCH
oklch(0.213 0.11 280)CMYK
cmyk(73%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120742
2#10073B
3#0E0633
4#0C052C
5#0A0425
6#08031D
7#060216
8#04020F
9#020107
Tints
Lighter variations
1#1F0C70
2#291197
3#3415BD
4#3E19E4
5#5E3EEA
6#7E65EE
7#9E8BF2
8#BEB2F6
9#DFD8FB
Tones
Muted variations
1#160B46
2#180F43
3#1A1240
4#1C153C
5#1E1839
6#211C36
7#231F33
8#25222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC3 #CDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A795 #A795F3 | BordersInactive statesPlaceholder text |
| 400 | 795E #795EED | Disabled statesSecondary iconsMuted text |
| 500 | 5230 #5230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3716 #3716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C12 #2C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0D #1F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1408 #140849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E4DFFB;
--navy-200: #CDC3F8;
--navy-300: #A795F3;
--navy-400: #795EED;
--navy-500: #5230E8;
--navy-600: #3716CA;
--navy-700: #2C12A1;
--navy-800: #1F0D73;
--navy-900: #140849;
--navy-950: #0D052E;
}