Navy
#0B18A8
BlueColor Codes
All color formats for development
HEX
#0B18A8RGB
rgb(11, 24, 168)HSL
hsl(235, 88%, 35%)OKLCH
oklch(0.35 0.216 265.8)CMYK
cmyk(93%, 86%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1597
2#091386
3#071175
4#060E65
5#050C54
6#040A43
7#030732
8#020522
9#010211
Tints
Lighter variations
1#0D1CC7
2#0F21E6
3#2536F1
4#4453F3
5#636FF5
6#828CF7
7#A2A9F9
8#C1C6FB
9#E0E2FD
Tones
Muted variations
1#131EA0
2#1A2598
3#222B90
4#2A3288
5#323981
6#3A3F79
7#424671
8#4A4C69
9#515361
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;
}