Navy
#08094A
BlueColor Codes
All color formats for development
HEX
#08094ARGB
rgb(8, 9, 74)HSL
hsl(239, 80%, 16%)OKLCH
oklch(0.206 0.114 270)CMYK
cmyk(89%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070842
2#07073B
3#060633
4#05062C
5#040525
6#03041D
7#020316
8#02020F
9#010107
Tints
Lighter variations
1#0C0E70
2#111397
3#1518BD
4#191DE4
5#3E41EA
6#6567EE
7#8B8DF2
8#B2B3F6
9#D8D9FB
Tones
Muted variations
1#0B0C46
2#0F1043
3#121340
4#15163C
5#181939
6#1C1C36
7#1F1F33
8#22222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9597 #9597F3 | BordersInactive statesPlaceholder text |
| 400 | 5E61 #5E61ED | Disabled statesSecondary iconsMuted text |
| 500 | 3034 #3034E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1619 #1619CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1214 #1214A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0E #0D0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #080949 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C3C4F8;
--navy-300: #9597F3;
--navy-400: #5E61ED;
--navy-500: #3034E8;
--navy-600: #1619CA;
--navy-700: #1214A1;
--navy-800: #0D0E73;
--navy-900: #080949;
--navy-950: #05062E;
}