Navy
#070E4B
BlueColor Codes
All color formats for development
HEX
#070E4BRGB
rgb(7, 14, 75)HSL
hsl(234, 83%, 16%)OKLCH
oklch(0.215 0.11 268.3)CMYK
cmyk(91%, 81%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060C43
2#060B3C
3#050A34
4#04082D
5#030725
6#03051E
7#020416
8#01030F
9#010107
Tints
Lighter variations
1#0B1572
2#0E1C99
3#1223C0
4#162AE7
5#3B4DED
6#6270F0
7#8994F4
8#B1B8F8
9#D8DBFB
Tones
Muted variations
1#0A1047
2#0E1344
3#111641
4#14193D
5#181B3A
6#1B1E36
7#1F2133
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 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949D #949DF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6A #5C6AF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D40 #2D40EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1326 #1326CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1E #0F1EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B15 #0B1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070E #070E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE1FC;
--navy-200: #C2C8F9;
--navy-300: #949DF5;
--navy-400: #5C6AF0;
--navy-500: #2D40EB;
--navy-600: #1326CD;
--navy-700: #0F1EA3;
--navy-800: #0B1575;
--navy-900: #070E4B;
--navy-950: #04092F;
}