Navy
#07144B
BlueColor Codes
All color formats for development
HEX
#07144BRGB
rgb(7, 20, 75)HSL
hsl(229, 83%, 16%)OKLCH
oklch(0.227 0.103 266.7)CMYK
cmyk(91%, 73%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061143
2#060F3C
3#050E34
4#040C2D
5#030A25
6#03081E
7#020616
8#01040F
9#010207
Tints
Lighter variations
1#0B1E72
2#0E2899
3#1232C0
4#163CE7
5#3B5CED
6#627CF0
7#899DF4
8#B1BEF8
9#D8DEFB
Tones
Muted variations
1#0A1547
2#0E1844
3#111A41
4#141C3D
5#181E3A
6#1B2036
7#1F2233
8#222530
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A6 #94A6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C77 #5C77F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D50 #2D50EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1335 #1335CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2A #0F2AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1E #0B1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE4FC;
--navy-200: #C2CCF9;
--navy-300: #94A6F5;
--navy-400: #5C77F0;
--navy-500: #2D50EB;
--navy-600: #1335CD;
--navy-700: #0F2AA3;
--navy-800: #0B1E75;
--navy-900: #07134B;
--navy-950: #040C2F;
}