Navy
#07184B
BlueColor Codes
All color formats for development
HEX
#07184BRGB
rgb(7, 24, 75)HSL
hsl(225, 83%, 16%)OKLCH
oklch(0.235 0.097 265.1)CMYK
cmyk(91%, 68%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061543
2#06133C
3#051134
4#040E2D
5#030C25
6#030A1E
7#020716
8#01050F
9#010207
Tints
Lighter variations
1#0B2472
2#0E3199
3#123DC0
4#164AE7
5#3B67ED
6#6286F0
7#89A4F4
8#B1C2F8
9#D8E1FB
Tones
Muted variations
1#0A1A47
2#0E1B44
3#111D41
4#141F3D
5#18203A
6#1B2236
7#1F2433
8#222530
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 | C2D0 #C2D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AC #94ACF5 | BordersInactive statesPlaceholder text |
| 400 | 5C81 #5C81F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D5D #2D5DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1342 #1342CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F34 #0F34A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B25 #0B2575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE6FC;
--navy-200: #C2D0F9;
--navy-300: #94ACF5;
--navy-400: #5C81F0;
--navy-500: #2D5DEB;
--navy-600: #1342CD;
--navy-700: #0F34A3;
--navy-800: #0B2575;
--navy-900: #07184B;
--navy-950: #040F2F;
}