Navy
#07114B
BlueColor Codes
All color formats for development
HEX
#07114BRGB
rgb(7, 17, 75)HSL
hsl(231, 83%, 16%)OKLCH
oklch(0.221 0.107 267.6)CMYK
cmyk(91%, 77%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060F43
2#060E3C
3#050C34
4#040A2D
5#030925
6#03071E
7#020516
8#01030F
9#010207
Tints
Lighter variations
1#0B1A72
2#0E2399
3#122CC0
4#1635E7
5#3B56ED
6#6278F0
7#8999F4
8#B1BBF8
9#D8DDFB
Tones
Muted variations
1#0A1347
2#0E1644
3#111841
4#141B3D
5#181D3A
6#1B1F36
7#1F2233
8#222430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A2 #94A2F5 | BordersInactive statesPlaceholder text |
| 400 | 5C72 #5C72F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4A #2D4AEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 132F #132FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F25 #0F25A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1B #0B1B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE3FC;
--navy-200: #C2CBF9;
--navy-300: #94A2F5;
--navy-400: #5C72F0;
--navy-500: #2D4AEB;
--navy-600: #132FCD;
--navy-700: #0F25A3;
--navy-800: #0B1B75;
--navy-900: #07114B;
--navy-950: #040B2F;
}