Navy
#11136E
BlueColor Codes
All color formats for development
HEX
#11136ERGB
rgb(17, 19, 110)HSL
hsl(239, 73%, 25%)OKLCH
oklch(0.272 0.149 270)CMYK
cmyk(85%, 83%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1163
2#0E0F58
3#0C0D4D
4#0A0B42
5#090937
6#07082C
7#050621
8#030416
9#02020B
Tints
Lighter variations
1#16188F
2#1C1EB0
3#2124D2
4#383BE0
5#5A5CE5
6#7B7DEA
7#9C9DF0
8#BDBEF5
9#DEDEFA
Tones
Muted variations
1#16176A
2#1B1C65
3#1F2060
4#24255C
5#282957
6#2D2E52
7#32324E
8#363749
9#3B3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9B #9A9BEF | BordersInactive statesPlaceholder text |
| 400 | 6567 #6567E7 | Disabled statesSecondary iconsMuted text |
| 500 | 383B #383BE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E21 #1E21C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181A #181A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1113 #11136E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0C #0B0C47 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FA;
--navy-200: #C6C6F6;
--navy-300: #9A9BEF;
--navy-400: #6567E7;
--navy-500: #383BE0;
--navy-600: #1E21C2;
--navy-700: #181A9A;
--navy-800: #11136E;
--navy-900: #0B0C47;
--navy-950: #07082C;
}