Navy
#1111A2
BlueColor Codes
All color formats for development
HEX
#1111A2RGB
rgb(17, 17, 162)HSL
hsl(240, 81%, 35%)OKLCH
oklch(0.338 0.212 267.2)CMYK
cmyk(90%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0F91
2#0E0E81
3#0C0C71
4#0A0A61
5#080851
6#070741
7#050530
8#030320
9#020210
Tints
Lighter variations
1#1414C0
2#1717DE
3#2D2DE9
4#4B4BEC
5#6969EF
6#8787F2
7#A5A5F6
8#C3C3F9
9#E1E1FC
Tones
Muted variations
1#18189A
2#1F1F93
3#27278C
4#2E2E85
5#35357D
6#3C3C76
7#44446F
8#4B4B68
9#525260
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 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F2F #2F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1515 #1515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1111 #1111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0C #0C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #08084A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C3C3F9;
--navy-300: #9595F4;
--navy-400: #5D5DEE;
--navy-500: #2F2FE9;
--navy-600: #1515CB;
--navy-700: #1111A2;
--navy-800: #0C0C73;
--navy-900: #08084A;
--navy-950: #05052E;
}