Navy
#191E67
BlueColor Codes
All color formats for development
HEX
#191E67RGB
rgb(25, 30, 103)HSL
hsl(236, 61%, 25%)OKLCH
oklch(0.287 0.125 272.4)CMYK
cmyk(76%, 71%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161B5C
2#141852
3#111548
4#0F123E
5#0C0F33
6#0A0C29
7#07091F
8#050615
9#02030A
Tints
Lighter variations
1#202785
2#2830A4
3#2F39C3
4#4650D2
5#656DDA
6#848AE1
7#A3A7E9
8#C1C5F0
9#E0E2F8
Tones
Muted variations
1#1D2163
2#21255F
3#25285B
4#282C57
5#2C2F53
6#30324F
7#34364B
8#383948
9#3C3C44
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 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F77 #6F77DC | Disabled statesSecondary iconsMuted text |
| 500 | 4650 #4650D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C35 #2C35B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232A #232A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191E #191E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E4F8;
--navy-200: #CACCF2;
--navy-300: #A1A5E8;
--navy-400: #6F77DC;
--navy-500: #4650D2;
--navy-600: #2C35B5;
--navy-700: #232A90;
--navy-800: #191E67;
--navy-900: #101342;
--navy-950: #0A0C29;
}