Navy
#0E0C73
BlueColor Codes
All color formats for development
HEX
#0E0C73RGB
rgb(14, 12, 115)HSL
hsl(241, 81%, 25%)OKLCH
oklch(0.269 0.162 268.9)CMYK
cmyk(88%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0B68
2#0B0A5C
3#0A0851
4#080745
5#07063A
6#06052E
7#040423
8#030217
9#01010C
Tints
Lighter variations
1#121096
2#1613B9
3#1A17DB
4#322FE9
5#5552ED
6#7775F0
7#9997F4
8#BBBAF8
9#DDDCFB
Tones
Muted variations
1#13116E
2#181669
3#1D1C64
4#22215F
5#27265A
6#2C2B54
7#31304F
8#36354A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9695 #9695F4 | BordersInactive statesPlaceholder text |
| 400 | 605D #605DEE | Disabled statesSecondary iconsMuted text |
| 500 | 322F #322FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1815 #1815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1311 #1311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0C #0E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #09084A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C4C3F9;
--navy-300: #9695F4;
--navy-400: #605DEE;
--navy-500: #322FE9;
--navy-600: #1815CB;
--navy-700: #1311A2;
--navy-800: #0E0C73;
--navy-900: #09084A;
--navy-950: #06052E;
}