Navy
#1305AD
BlueColor Codes
All color formats for development
HEX
#1305ADRGB
rgb(19, 5, 173)HSL
hsl(245, 94%, 35%)OKLCH
oklch(0.346 0.229 267.3)CMYK
cmyk(89%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11059C
2#0F048B
3#0E0479
4#0C0368
5#0A0357
6#080245
7#060234
8#040123
9#020111
Tints
Lighter variations
1#1706CD
2#1B07ED
3#301EF8
4#4E3EF9
5#6B5EFA
6#897EFB
7#A69FFC
8#C4BFFD
9#E1DFFE
Tones
Muted variations
1#1A0EA5
2#21169C
3#281F94
4#2F278C
5#362F83
6#3D387B
7#444072
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 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFB | BordersInactive statesPlaceholder text |
| 400 | 6052 #6052FA | Disabled statesSecondary iconsMuted text |
| 500 | 3220 #3220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1807 #1807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1305 #1305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #09024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C4BFFD;
--navy-300: #968DFB;
--navy-400: #6052FA;
--navy-500: #3220F8;
--navy-600: #1807DA;
--navy-700: #1305AD;
--navy-800: #0E047C;
--navy-900: #09024F;
--navy-950: #060231;
}