Navy
#102870
BlueColor Codes
All color formats for development
HEX
#102870RGB
rgb(16, 40, 112)HSL
hsl(225, 75%, 25%)OKLCH
oklch(0.311 0.128 265.2)CMYK
cmyk(86%, 64%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2464
2#0D2059
3#0B1C4E
4#0A1843
5#081438
6#06102D
7#050C21
8#030816
9#02040B
Tints
Lighter variations
1#153491
2#1940B3
3#1E4CD4
4#3661E2
5#587CE7
6#7996EC
7#9BB0F1
8#BCCAF5
9#DEE5FA
Tones
Muted variations
1#152A6B
2#192D66
3#1E2F61
4#23315C
5#283458
6#2D3653
7#31394E
8#363B49
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF0 | BordersInactive statesPlaceholder text |
| 400 | 6384 #6384E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3661 #3661E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C46 #1C46C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1638 #16389C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1028 #102870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1947 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E6FB;
--navy-200: #C5D1F7;
--navy-300: #98AEF0;
--navy-400: #6384E9;
--navy-500: #3661E2;
--navy-600: #1C46C4;
--navy-700: #16389C;
--navy-800: #102870;
--navy-900: #0A1947;
--navy-950: #06102D;
}