Navy
#07164B
BlueColor Codes
All color formats for development
HEX
#07164BRGB
rgb(7, 22, 75)HSL
hsl(227, 83%, 16%)OKLCH
oklch(0.231 0.1 265.9)CMYK
cmyk(91%, 71%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061343
2#06113C
3#050F34
4#040D2D
5#030B25
6#03091E
7#020616
8#01040F
9#010207
Tints
Lighter variations
1#0B2172
2#0E2C99
3#1238C0
4#1643E7
5#3B62ED
6#6281F0
7#89A1F4
8#B1C0F8
9#D8E0FB
Tones
Muted variations
1#0A1847
2#0E1944
3#111B41
4#141D3D
5#181F3A
6#1B2136
7#1F2333
8#222530
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A9 #94A9F5 | BordersInactive statesPlaceholder text |
| 400 | 5C7C #5C7CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D56 #2D56EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133B #133BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2F #0F2FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B22 #0B2275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0716 #07164B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE5FC;
--navy-200: #C2CEF9;
--navy-300: #94A9F5;
--navy-400: #5C7CF0;
--navy-500: #2D56EB;
--navy-600: #133BCD;
--navy-700: #0F2FA3;
--navy-800: #0B2275;
--navy-900: #07164B;
--navy-950: #040E2F;
}