Navy
#08074A
BlueColor Codes
All color formats for development
HEX
#08074ARGB
rgb(8, 7, 74)HSL
hsl(241, 83%, 16%)OKLCH
oklch(0.203 0.116 270.3)CMYK
cmyk(89%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070643
2#06063C
3#060534
4#05042D
5#040325
6#03031E
7#020216
8#02010F
9#010107
Tints
Lighter variations
1#0C0B72
2#110E99
3#1512C0
4#1916E7
5#3E3BED
6#6562F0
7#8B89F4
8#B2B1F8
9#D8D8FB
Tones
Muted variations
1#0B0A47
2#0F0E44
3#121141
4#15143D
5#18183A
6#1C1B36
7#1F1F33
8#222230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9594 #9594F5 | BordersInactive statesPlaceholder text |
| 400 | 5E5C #5E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 302D #302DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1613 #1613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120F #120FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDEFC;
--navy-200: #C3C2F9;
--navy-300: #9594F5;
--navy-400: #5E5CF0;
--navy-500: #302DEB;
--navy-600: #1613CD;
--navy-700: #120FA3;
--navy-800: #0D0B75;
--navy-900: #08074B;
--navy-950: #05042F;
}