Navy
#072378
BlueColor Codes
All color formats for development
HEX
#072378RGB
rgb(7, 35, 120)HSL
hsl(225, 89%, 25%)OKLCH
oklch(0.307 0.147 264.4)CMYK
cmyk(94%, 71%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06206C
2#061C60
3#051954
4#041548
5#04123C
6#030E30
7#020B24
8#010718
9#01040C
Tints
Lighter variations
1#092E9D
2#0B39C1
3#0D43E5
4#2659F2
5#4A75F4
6#6E90F7
7#93ACF9
8#B7C8FB
9#DBE3FD
Tones
Muted variations
1#0D2673
2#12296D
3#182C67
4#1E2F62
5#23325C
6#293456
7#2F3751
8#343A4B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AA #90AAF9 | BordersInactive statesPlaceholder text |
| 400 | 567E #567EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2659 #2659F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3E #0C3ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A32 #0A32A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0723 #072378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE5FD;
--navy-200: #C0CFFB;
--navy-300: #90AAF9;
--navy-400: #567EF5;
--navy-500: #2659F2;
--navy-600: #0C3ED4;
--navy-700: #0A32A9;
--navy-800: #072378;
--navy-900: #04174D;
--navy-950: #030E30;
}