Navy
#190B75
BlueColor Codes
All color formats for development
HEX
#190B75RGB
rgb(25, 11, 117)HSL
hsl(248, 83%, 25%)OKLCH
oklch(0.277 0.162 273.8)CMYK
cmyk(79%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160A69
2#14095D
3#110852
4#0F0746
5#0C053A
6#0A042F
7#070323
8#050217
9#02010C
Tints
Lighter variations
1#200E98
2#2811BB
3#2F15DE
4#462DEB
5#6550EF
6#8473F2
7#A396F5
8#C1B9F8
9#E0DCFC
Tones
Muted variations
1#1D106F
2#21156A
3#251B65
4#28205F
5#2C255A
6#302B55
7#343050
8#38354A
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A194 #A194F5 | BordersInactive statesPlaceholder text |
| 400 | 6F5C #6F5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 462D #462DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C13 #2C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230F #230FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190B #190B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DEFC;
--navy-200: #CAC2F9;
--navy-300: #A194F5;
--navy-400: #6F5CF0;
--navy-500: #462DEB;
--navy-600: #2C13CD;
--navy-700: #230FA3;
--navy-800: #190B75;
--navy-900: #10074B;
--navy-950: #0A042F;
}