Navy
#1105AD
BlueColor Codes
All color formats for development
HEX
#1105ADRGB
rgb(17, 5, 173)HSL
hsl(244, 94%, 35%)OKLCH
oklch(0.345 0.229 266.9)CMYK
cmyk(90%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F059C
2#0D048B
3#0C0479
4#0A0368
5#080357
6#070245
7#050234
8#030123
9#020111
Tints
Lighter variations
1#1406CD
2#1707ED
3#2C1EF8
4#4B3EF9
5#695EFA
6#877EFB
7#A59FFC
8#C3BFFD
9#E1DFFE
Tones
Muted variations
1#180EA5
2#1F169C
3#261F94
4#2E278C
5#352F83
6#3C387B
7#434072
8#4B486A
9#525162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958D #958DFB | BordersInactive statesPlaceholder text |
| 400 | 5D52 #5D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 2F20 #2F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1507 #1507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1105 #1105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #08024F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C3BFFD;
--navy-300: #958DFB;
--navy-400: #5D52FA;
--navy-500: #2F20F8;
--navy-600: #1507DA;
--navy-700: #1105AD;
--navy-800: #0C047C;
--navy-900: #08024F;
--navy-950: #050231;
}