Navy
#192267
BlueColor Codes
All color formats for development
HEX
#192267RGB
rgb(25, 34, 103)HSL
hsl(233, 61%, 25%)OKLCH
oklch(0.294 0.12 271.1)CMYK
cmyk(76%, 67%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161F5C
2#141B52
3#111848
4#0F143E
5#0C1133
6#0A0E29
7#070A1F
8#050715
9#02030A
Tints
Lighter variations
1#202C85
2#2836A4
3#2F40C3
4#4657D2
5#6573DA
6#848FE1
7#A3ABE9
8#C1C7F0
9#E0E3F8
Tones
Muted variations
1#1D2563
2#21285F
3#252B5B
4#282E57
5#2C3153
6#30344F
7#34374B
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 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A9 #A1A9E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7C #6F7CDC | Disabled statesSecondary iconsMuted text |
| 500 | 4657 #4657D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3C #2C3CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2330 #233090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1922 #192267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1016 #101642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F4FC;
--navy-100: #E2E5F8;
--navy-200: #CACEF2;
--navy-300: #A1A9E8;
--navy-400: #6F7CDC;
--navy-500: #4657D2;
--navy-600: #2C3CB5;
--navy-700: #233090;
--navy-800: #192267;
--navy-900: #101642;
--navy-950: #0A0E29;
}