Navy
#12017E
BlueColor Codes
All color formats for development
HEX
#12017ERGB
rgb(18, 1, 126)HSL
hsl(248, 98%, 25%)OKLCH
oklch(0.276 0.18 269.9)CMYK
cmyk(86%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100172
2#0E0165
3#0D0158
4#0B014C
5#09013F
6#070132
7#050026
8#040019
9#02000D
Tints
Lighter variations
1#1702A4
2#1D02CA
3#2202F0
4#3A1CFD
5#5B42FD
6#7C68FD
7#9C8DFE
8#BDB3FE
9#DED9FF
Tones
Muted variations
1#170878
2#1B0E72
3#20146B
4#241A65
5#29215F
6#2D2759
7#322D52
8#37334C
9#3B3A46
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;
}