Navy
#0E017E
BlueColor Codes
All color formats for development
HEX
#0E017ERGB
rgb(14, 1, 126)HSL
hsl(246, 98%, 25%)OKLCH
oklch(0.274 0.181 268.4)CMYK
cmyk(89%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0172
2#0B0165
3#0A0158
4#08014C
5#07013F
6#060132
7#040026
8#030019
9#01000D
Tints
Lighter variations
1#1202A4
2#1602CA
3#1A02F0
4#321CFD
5#5442FD
6#7768FD
7#998DFE
8#BBB3FE
9#DDD9FF
Tones
Muted variations
1#130878
2#180E72
3#1D146B
4#221A65
5#27215F
6#2C2759
7#312D52
8#36334C
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 968B #968BFE | BordersInactive statesPlaceholder text |
| 400 | 604E #604EFD | Disabled statesSecondary iconsMuted text |
| 500 | 321C #321CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1802 #1802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1302 #1302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E01 #0E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090151 | 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: #F1F0FF;
--navy-100: #DFDCFF;
--navy-200: #C4BDFE;
--navy-300: #968BFE;
--navy-400: #604EFD;
--navy-500: #321CFD;
--navy-600: #1802DE;
--navy-700: #1302B1;
--navy-800: #0E017E;
--navy-900: #090151;
--navy-950: #060132;
}