Navy
#070A4B
BlueColor Codes
All color formats for development
HEX
#070A4BRGB
rgb(7, 10, 75)HSL
hsl(237, 83%, 16%)OKLCH
oklch(0.208 0.115 269)CMYK
cmyk(91%, 87%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060943
2#06083C
3#050734
4#04062D
5#030525
6#03041E
7#020316
8#01020F
9#010107
Tints
Lighter variations
1#0B1072
2#0E1599
3#121BC0
4#1620E7
5#3B44ED
6#6269F0
7#898FF4
8#B1B4F8
9#D8DAFB
Tones
Muted variations
1#0A0D47
2#0E1044
3#111341
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 | C2C5 #C2C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9499 #9499F5 | BordersInactive statesPlaceholder text |
| 400 | 5C63 #5C63F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D37 #2D37EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 131C #131CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F17 #0F17A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B10 #0B1075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4B | 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: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C5F9;
--navy-300: #9499F5;
--navy-400: #5C63F0;
--navy-500: #2D37EB;
--navy-600: #131CCD;
--navy-700: #0F17A3;
--navy-800: #0B1075;
--navy-900: #070A4B;
--navy-950: #04062F;
}