Navy
#0C0150
BlueColor Codes
All color formats for development
HEX
#0C0150RGB
rgb(12, 1, 80)HSL
hsl(248, 98%, 16%)OKLCH
oklch(0.205 0.129 272.8)CMYK
cmyk(85%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0149
2#090141
3#080139
4#070030
5#060028
6#050020
7#030018
8#020010
9#010008
Tints
Lighter variations
1#12017B
2#1802A6
3#1E02D0
4#2403FA
5#472BFD
6#6C55FD
7#9180FE
8#B5AAFE
9#DAD5FF
Tones
Muted variations
1#0E054D
2#110949
3#140D45
4#171141
5#1A153D
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 | 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;
}