Navy
#191F67
BlueColor Codes
All color formats for development
HEX
#191F67RGB
rgb(25, 31, 103)HSL
hsl(235, 61%, 25%)OKLCH
oklch(0.289 0.124 272.1)CMYK
cmyk(76%, 70%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161C5C
2#141952
3#111648
4#0F133E
5#0C1033
6#0A0D29
7#07091F
8#050615
9#02030A
Tints
Lighter variations
1#202985
2#2832A4
3#2F3CC3
4#4652D2
5#656FDA
6#848CE1
7#A3A8E9
8#C1C5F0
9#E0E2F8
Tones
Muted variations
1#1D2363
2#21265F
3#25295B
4#282C57
5#2C3053
6#30334F
7#34364B
8#383948
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F78 #6F78DC | Disabled statesSecondary iconsMuted text |
| 500 | 4652 #4652D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C37 #2C37B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232C #232C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191F #191F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101442 | 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: #F3F3FC;
--navy-100: #E2E4F8;
--navy-200: #CACDF2;
--navy-300: #A1A7E8;
--navy-400: #6F78DC;
--navy-500: #4652D2;
--navy-600: #2C37B5;
--navy-700: #232C90;
--navy-800: #191F67;
--navy-900: #101442;
--navy-950: #0A0D29;
}