Navy
#0A0150
BlueColor Codes
All color formats for development
HEX
#0A0150RGB
rgb(10, 1, 80)HSL
hsl(247, 98%, 16%)OKLCH
oklch(0.204 0.13 271.4)CMYK
cmyk(88%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090149
2#080141
3#070139
4#060030
5#050028
6#040020
7#030018
8#020010
9#010008
Tints
Lighter variations
1#0F017B
2#1502A6
3#1A02D0
4#1F03FA
5#432BFD
6#6955FD
7#8E80FE
8#B4AAFE
9#D9D5FF
Tones
Muted variations
1#0D054D
2#100949
3#130D45
4#161141
5#19153D
6#1D1939
7#201D35
8#232131
9#26252D
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 | C5BD #C5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 988B #988BFE | BordersInactive statesPlaceholder text |
| 400 | 634E #634EFD | Disabled statesSecondary iconsMuted text |
| 500 | 361C #361CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C02 #1C02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1602 #1602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1001 #10017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DCFF;
--navy-200: #C5BDFE;
--navy-300: #988BFE;
--navy-400: #634EFD;
--navy-500: #361CFD;
--navy-600: #1C02DE;
--navy-700: #1602B1;
--navy-800: #10017E;
--navy-900: #0A0151;
--navy-950: #060132;
}