Navy
#070C4A
BlueColor Codes
All color formats for development
HEX
#070C4ARGB
rgb(7, 12, 74)HSL
hsl(236, 83%, 16%)OKLCH
oklch(0.21 0.111 268.8)CMYK
cmyk(91%, 84%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060A43
2#06093C
3#050834
4#04072D
5#030625
6#03051E
7#020316
8#01020F
9#010107
Tints
Lighter variations
1#0B1172
2#0E1799
3#121DC0
4#1623E7
5#3B47ED
6#626CF0
7#8991F4
8#B1B5F8
9#D8DAFB
Tones
Muted variations
1#0A0E47
2#0E1144
3#111441
4#14173D
5#181A3A
6#1B1D36
7#1F2033
8#222330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949A #949AF5 | BordersInactive statesPlaceholder text |
| 400 | 5C66 #5C66F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3A #2D3AEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 131F #131FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F19 #0F19A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B12 #0B1275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C6F9;
--navy-300: #949AF5;
--navy-400: #5C66F0;
--navy-500: #2D3AEB;
--navy-600: #131FCD;
--navy-700: #0F19A3;
--navy-800: #0B1275;
--navy-900: #070B4B;
--navy-950: #04072F;
}