Navy
#050D7A
BlueColor Codes
All color formats for development
HEX
#050D7ARGB
rgb(5, 13, 122)HSL
hsl(236, 92%, 25%)OKLCH
oklch(0.276 0.172 265.7)CMYK
cmyk(96%, 89%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050C6E
2#040A62
3#040956
4#030849
5#03063D
6#020531
7#020425
8#010318
9#01010C
Tints
Lighter variations
1#07119F
2#0815C4
3#0A19E9
4#2331F6
5#4753F7
6#6C76F9
7#9198FA
8#B6BAFC
9#DADDFD
Tones
Muted variations
1#0B1275
2#11176F
3#171C69
4#1D2163
5#22265D
6#282B57
7#2E3151
8#34364B
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E96 #8E96FA | BordersInactive statesPlaceholder text |
| 400 | 545F #545FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2331 #2331F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0917 #0917D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0712 #0712AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050D #050D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFE;
--navy-200: #BFC3FC;
--navy-300: #8E96FA;
--navy-400: #545FF8;
--navy-500: #2331F6;
--navy-600: #0917D7;
--navy-700: #0712AB;
--navy-800: #050D7A;
--navy-900: #03084E;
--navy-950: #020531;
}