Navy
#192367
BlueColor Codes
All color formats for development
HEX
#192367RGB
rgb(25, 35, 103)HSL
hsl(232, 61%, 25%)OKLCH
oklch(0.296 0.119 270.7)CMYK
cmyk(76%, 66%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16205C
2#141C52
3#111948
4#0F153E
5#0C1233
6#0A0E29
7#070B1F
8#050715
9#02040A
Tints
Lighter variations
1#202E85
2#2838A4
3#2F43C3
4#4659D2
5#6575DA
6#8490E1
7#A3ACE9
8#C1C8F0
9#E0E3F8
Tones
Muted variations
1#1D2663
2#21295F
3#252C5B
4#282F57
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 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | 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: #CACFF2;
--navy-300: #A1AAE8;
--navy-400: #6F7EDC;
--navy-500: #4659D2;
--navy-600: #2C3EB5;
--navy-700: #233190;
--navy-800: #192367;
--navy-900: #101742;
--navy-950: #0A0E29;
}