Navy
#13084A
BlueColor Codes
All color formats for development
HEX
#13084ARGB
rgb(19, 8, 74)HSL
hsl(250, 80%, 16%)OKLCH
oklch(0.213 0.112 278.8)CMYK
cmyk(74%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110742
2#0F073B
3#0D0633
4#0B052C
5#0A0425
6#08031D
7#060216
8#04020F
9#020107
Tints
Lighter variations
1#1D0C70
2#271197
3#3115BD
4#3B19E4
5#5B3EEA
6#7C65EE
7#9C8BF2
8#BDB2F6
9#DED8FB
Tones
Muted variations
1#150B46
2#170F43
3#1A1240
4#1C153C
5#1E1839
6#201C36
7#221F33
8#24222F
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 | CCC3 #CCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F3 | BordersInactive statesPlaceholder text |
| 400 | 765E #765EED | Disabled statesSecondary iconsMuted text |
| 500 | 4F30 #4F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3416 #3416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A12 #2A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #130849 | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E4DFFB;
--navy-200: #CCC3F8;
--navy-300: #A595F3;
--navy-400: #765EED;
--navy-500: #4F30E8;
--navy-600: #3416CA;
--navy-700: #2A12A1;
--navy-800: #1E0D73;
--navy-900: #130849;
--navy-950: #0C052E;
}