Navy
#192167
BlueColor Codes
All color formats for development
HEX
#192167RGB
rgb(25, 33, 103)HSL
hsl(234, 61%, 25%)OKLCH
oklch(0.292 0.122 271.5)CMYK
cmyk(76%, 68%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161D5C
2#141A52
3#111748
4#0F143E
5#0C1033
6#0A0D29
7#070A1F
8#050715
9#02030A
Tints
Lighter variations
1#202A85
2#2834A4
3#2F3EC3
4#4654D2
5#6571DA
6#848DE1
7#A3AAE9
8#C1C6F0
9#E0E3F8
Tones
Muted variations
1#1D2463
2#21275F
3#252A5B
4#282D57
5#2C3053
6#30334F
7#34364B
8#383A48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7A #6F7ADC | Disabled statesSecondary iconsMuted text |
| 500 | 4654 #4654D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C39 #2C39B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232E #232E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1921 #192167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F4FC;
--navy-100: #E2E4F8;
--navy-200: #CACEF2;
--navy-300: #A1A8E8;
--navy-400: #6F7ADC;
--navy-500: #4654D2;
--navy-600: #2C39B5;
--navy-700: #232E90;
--navy-800: #192167;
--navy-900: #101542;
--navy-950: #0A0D29;
}