Navy
#050B4C
BlueColor Codes
All color formats for development
HEX
#050B4CRGB
rgb(5, 11, 76)HSL
hsl(235, 88%, 16%)OKLCH
oklch(0.21 0.116 267.5)CMYK
cmyk(93%, 86%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040A45
2#04093D
3#030836
4#03072E
5#020526
6#02041F
7#010317
8#01020F
9#000108
Tints
Lighter variations
1#071175
2#0A169D
3#0D1CC6
4#0F22EE
5#3645F2
6#5E6AF5
7#8690F7
8#AEB5FA
9#D7DAFC
Tones
Muted variations
1#080E49
2#0C1146
3#101442
4#13173E
5#171A3B
6#1A1D37
7#1E2034
8#222330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9199 #9199F8 | BordersInactive statesPlaceholder text |
| 400 | 5764 #5764F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2738 #2738F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1E #0D1ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B18 #0B18A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0811 #081178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE0FD;
--navy-200: #C1C6FB;
--navy-300: #9199F8;
--navy-400: #5764F4;
--navy-500: #2738F1;
--navy-600: #0D1ED3;
--navy-700: #0B18A8;
--navy-800: #081178;
--navy-900: #050B4D;
--navy-950: #030730;
}