Navy
#072078
BlueColor Codes
All color formats for development
HEX
#072078RGB
rgb(7, 32, 120)HSL
hsl(227, 89%, 25%)OKLCH
oklch(0.301 0.151 264.9)CMYK
cmyk(94%, 73%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061C6C
2#061960
3#051654
4#041348
5#04103C
6#030D30
7#020924
8#010618
9#01030C
Tints
Lighter variations
1#09299D
2#0B33C1
3#0D3CE5
4#2652F2
5#4A6FF4
6#6E8CF7
7#93A9F9
8#B7C5FB
9#DBE2FD
Tones
Muted variations
1#0D2373
2#12266D
3#182967
4#1E2C62
5#23305C
6#293356
7#2F3651
8#34394B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A7 #90A7F9 | BordersInactive statesPlaceholder text |
| 400 | 5679 #5679F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2652 #2652F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C38 #0C38D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2C #0A2CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0720 #072078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE4FD;
--navy-200: #C0CDFB;
--navy-300: #90A7F9;
--navy-400: #5679F5;
--navy-500: #2652F2;
--navy-600: #0C38D4;
--navy-700: #0A2CA9;
--navy-800: #072078;
--navy-900: #04144D;
--navy-950: #030D30;
}