Navy
#1902B1
BlueColor Codes
All color formats for development
HEX
#1902B1RGB
rgb(25, 2, 177)HSL
hsl(248, 98%, 35%)OKLCH
oklch(0.352 0.232 268.6)CMYK
cmyk(86%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17029F
2#14018D
3#12017C
4#0F016A
5#0D0158
6#0A0147
7#080135
8#050023
9#030012
Tints
Lighter variations
1#1E02D2
2#2202F2
3#3819FD
4#543AFD
5#715BFD
6#8D7CFE
7#AA9DFE
8#C6BDFE
9#E3DEFF
Tones
Muted variations
1#200BA8
2#26139F
3#2C1C96
4#33258E
5#392E85
6#40367C
7#463F73
8#4C486B
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8B #9A8BFE | BordersInactive statesPlaceholder text |
| 400 | 664E #664EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3A1C #3A1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2002 #2002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1902 #1902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1201 #12017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B01 #0B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DCFF;
--navy-200: #C6BDFE;
--navy-300: #9A8BFE;
--navy-400: #664EFD;
--navy-500: #3A1CFD;
--navy-600: #2002DE;
--navy-700: #1902B1;
--navy-800: #12017E;
--navy-900: #0B0151;
--navy-950: #070132;
}