Navy
#072F78
BlueColor Codes
All color formats for development
HEX
#072F78RGB
rgb(7, 47, 120)HSL
hsl(219, 89%, 25%)OKLCH
oklch(0.331 0.132 261.4)CMYK
cmyk(94%, 61%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062A6C
2#062560
3#052154
4#041C48
5#04173C
6#031330
7#020E24
8#010918
9#01050C
Tints
Lighter variations
1#093D9D
2#0B4BC1
3#0D59E5
4#266EF2
5#4A86F4
6#6E9EF7
7#93B6F9
8#B7CFFB
9#DBE7FD
Tones
Muted variations
1#0D3073
2#12326D
3#183467
4#1E3662
5#23375C
6#293956
7#2F3B51
8#343C4B
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B5 #90B5F9 | BordersInactive statesPlaceholder text |
| 400 | 568E #568EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 266E #266EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C52 #0C52D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A41 #0A41A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 072F #072F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DDE8FD;
--navy-200: #C0D5FB;
--navy-300: #90B5F9;
--navy-400: #568EF5;
--navy-500: #266EF2;
--navy-600: #0C52D4;
--navy-700: #0A41A9;
--navy-800: #072F78;
--navy-900: #041E4D;
--navy-950: #031330;
}