Navy
#0505AD
BlueColor Codes
All color formats for development
HEX
#0505ADRGB
rgb(5, 5, 173)HSL
hsl(240, 94%, 35%)OKLCH
oklch(0.342 0.231 264.9)CMYK
cmyk(97%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05059C
2#04048B
3#040479
4#030368
5#030357
6#020245
7#020234
8#010123
9#010111
Tints
Lighter variations
1#0606CD
2#0707ED
3#1E1EF8
4#3E3EF9
5#5E5EFA
6#7E7EFB
7#9F9FFC
8#BFBFFD
9#DFDFFE
Tones
Muted variations
1#0E0EA5
2#16169C
3#1F1F94
4#27278C
5#2F2F83
6#38387B
7#404072
8#48486A
9#515162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D8D #8D8DFB | BordersInactive statesPlaceholder text |
| 400 | 5252 #5252FA | Disabled statesSecondary iconsMuted text |
| 500 | 2020 #2020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0707 #0707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0505 #0505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #02024F | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FF;
--navy-100: #DCDCFE;
--navy-200: #BFBFFD;
--navy-300: #8D8DFB;
--navy-400: #5252FA;
--navy-500: #2020F8;
--navy-600: #0707DA;
--navy-700: #0505AD;
--navy-800: #04047C;
--navy-900: #02024F;
--navy-950: #020231;
}