Navy
#0E1243
BlueColor Codes
All color formats for development
HEX
#0E1243RGB
rgb(14, 18, 67)HSL
hsl(235, 65%, 16%)OKLCH
oklch(0.218 0.091 272.5)CMYK
cmyk(79%, 73%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D113D
2#0B0F36
3#0A0D2F
4#090B28
5#070922
6#06071B
7#040614
8#03040D
9#010207
Tints
Lighter variations
1#161D67
2#1D268A
3#2530AD
4#2C3AD1
5#4E5ADA
6#727BE1
7#959CE9
8#B8BDF0
9#DCDEF8
Tones
Muted variations
1#111541
2#14173E
3#16193B
4#191C39
5#1C1E36
6#1E2033
7#212231
8#23242E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CC #C8CCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA5 #9EA5EA | BordersInactive statesPlaceholder text |
| 400 | 6C75 #6C75E0 | Disabled statesSecondary iconsMuted text |
| 500 | 424E #424ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2733 #2733B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F29 #1F2993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161D #161D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E13 #0E1343 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FC;
--navy-100: #E2E3F9;
--navy-200: #C8CCF3;
--navy-300: #9EA5EA;
--navy-400: #6C75E0;
--navy-500: #424ED7;
--navy-600: #2733B9;
--navy-700: #1F2993;
--navy-800: #161D69;
--navy-900: #0E1343;
--navy-950: #090C2A;
}