Navy
#191D67
BlueColor Codes
All color formats for development
HEX
#191D67RGB
rgb(25, 29, 103)HSL
hsl(237, 61%, 25%)OKLCH
oklch(0.285 0.127 272.7)CMYK
cmyk(76%, 72%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161A5C
2#141752
3#111448
4#0F113E
5#0C0E33
6#0A0C29
7#07091F
8#050615
9#02030A
Tints
Lighter variations
1#202585
2#282EA4
3#2F37C3
4#464DD2
5#656BDA
6#8489E1
7#A3A6E9
8#C1C4F0
9#E0E1F8
Tones
Muted variations
1#1D2063
2#21245F
3#25275B
4#282B57
5#2C2E53
6#30324F
7#34354B
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 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A4 #A1A4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F75 #6F75DC | Disabled statesSecondary iconsMuted text |
| 500 | 464D #464DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C33 #2C33B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2328 #232890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191D #191D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | 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: #E2E3F8;
--navy-200: #CACCF2;
--navy-300: #A1A4E8;
--navy-400: #6F75DC;
--navy-500: #464DD2;
--navy-600: #2C33B5;
--navy-700: #232890;
--navy-800: #191D67;
--navy-900: #101242;
--navy-950: #0A0C29;
}