Navy
#07194A
BlueColor Codes
All color formats for development
HEX
#07194ARGB
rgb(7, 25, 74)HSL
hsl(224, 83%, 16%)OKLCH
oklch(0.236 0.094 264.5)CMYK
cmyk(91%, 66%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061643
2#06143C
3#051134
4#040F2D
5#030C25
6#030A1E
7#020716
8#01050F
9#010207
Tints
Lighter variations
1#0B2672
2#0E3399
3#1240C0
4#164DE7
5#3B6AED
6#6288F0
7#89A6F4
8#B1C4F8
9#D8E1FB
Tones
Muted variations
1#0A1B47
2#0E1C44
3#111E41
4#141F3D
5#18213A
6#1B2236
7#1F2433
8#222630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D1 #C2D1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AE #94AEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C83 #5C83F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D60 #2D60EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1345 #1345CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F37 #0F37A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B27 #0B2775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0719 #07194B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE6FC;
--navy-200: #C2D1F9;
--navy-300: #94AEF5;
--navy-400: #5C83F0;
--navy-500: #2D60EB;
--navy-600: #1345CD;
--navy-700: #0F37A3;
--navy-800: #0B2775;
--navy-900: #07194B;
--navy-950: #04102F;
}