Navy
#07094B
BlueColor Codes
All color formats for development
HEX
#07094BRGB
rgb(7, 9, 75)HSL
hsl(238, 83%, 16%)OKLCH
oklch(0.207 0.116 269.2)CMYK
cmyk(91%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060843
2#06073C
3#050634
4#04062D
5#030525
6#03041E
7#020316
8#01020F
9#010107
Tints
Lighter variations
1#0B0E72
2#0E1399
3#1218C0
4#161DE7
5#3B41ED
6#6267F0
7#898DF4
8#B1B3F8
9#D8D9FB
Tones
Muted variations
1#0A0C47
2#0E1044
3#111341
4#14163D
5#18193A
6#1B1C36
7#1F1F33
8#222230
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9497 #9497F5 | BordersInactive statesPlaceholder text |
| 400 | 5C61 #5C61F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D33 #2D33EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1319 #1319CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F14 #0F14A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0E #0B0E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0709 #07094B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDFFC;
--navy-200: #C2C4F9;
--navy-300: #9497F5;
--navy-400: #5C61F0;
--navy-500: #2D33EB;
--navy-600: #1319CD;
--navy-700: #0F14A3;
--navy-800: #0B0E75;
--navy-900: #07094B;
--navy-950: #04062F;
}