Navy
#102070
BlueColor Codes
All color formats for development
HEX
#102070RGB
rgb(16, 32, 112)HSL
hsl(230, 75%, 25%)OKLCH
oklch(0.295 0.138 267.4)CMYK
cmyk(86%, 71%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1D64
2#0D1A59
3#0B164E
4#0A1343
5#081038
6#060D2D
7#050A21
8#030616
9#02030B
Tints
Lighter variations
1#152991
2#1933B3
3#1E3DD4
4#3653E2
5#5870E7
6#798CEC
7#9BA9F1
8#BCC6F5
9#DEE2FA
Tones
Muted variations
1#15236B
2#192666
3#1E2961
4#232D5C
5#283058
6#2D3353
7#31364E
8#363949
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F0 | BordersInactive statesPlaceholder text |
| 400 | 6379 #6379E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3653 #3653E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C38 #1C38C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 162D #162D9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1020 #102070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1447 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E4FB;
--navy-200: #C5CDF7;
--navy-300: #98A7F0;
--navy-400: #6379E9;
--navy-500: #3653E2;
--navy-600: #1C38C4;
--navy-700: #162D9C;
--navy-800: #102070;
--navy-900: #0A1447;
--navy-950: #060D2D;
}