Navy
#0D0150
BlueColor Codes
All color formats for development
HEX
#0D0150RGB
rgb(13, 1, 80)HSL
hsl(249, 98%, 16%)OKLCH
oklch(0.206 0.129 273.6)CMYK
cmyk(84%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0149
2#0A0141
3#090139
4#080030
5#060028
6#050020
7#040018
8#030010
9#010008
Tints
Lighter variations
1#14017B
2#1A02A6
3#2102D0
4#2803FA
5#4A2BFD
6#6F55FD
7#9380FE
8#B7AAFE
9#DBD5FF
Tones
Muted variations
1#10054D
2#120949
3#150D45
4#181141
5#1B153D
6#1E1939
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 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8B #9C8BFE | BordersInactive statesPlaceholder text |
| 400 | 694E #694EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3E1C #3E1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2302 #2302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C02 #1C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1401 #14017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DCFF;
--navy-200: #C7BDFE;
--navy-300: #9C8BFE;
--navy-400: #694EFD;
--navy-500: #3E1CFD;
--navy-600: #2302DE;
--navy-700: #1C02B1;
--navy-800: #14017E;
--navy-900: #0D0151;
--navy-950: #080132;
}