Navy
#0B1C75
BlueColor Codes
All color formats for development
HEX
#0B1C75RGB
rgb(11, 28, 117)HSL
hsl(230, 83%, 25%)OKLCH
oklch(0.292 0.151 266.5)CMYK
cmyk(91%, 76%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1A69
2#09175D
3#081452
4#071146
5#050E3A
6#040B2F
7#030923
8#020617
9#01030C
Tints
Lighter variations
1#0E2598
2#112EBB
3#1536DE
4#2D4DEB
5#506AEF
6#7388F2
7#96A6F5
8#B9C4F8
9#DCE1FC
Tones
Muted variations
1#10206F
2#15246A
3#1B2765
4#202B5F
5#252E5A
6#2B3255
7#303550
8#35394A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A4 #94A4F5 | BordersInactive statesPlaceholder text |
| 400 | 5C74 #5C74F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4D #2D4DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1332 #1332CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F28 #0F28A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1C #0B1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE3FC;
--navy-200: #C2CCF9;
--navy-300: #94A4F5;
--navy-400: #5C74F0;
--navy-500: #2D4DEB;
--navy-600: #1332CD;
--navy-700: #0F28A3;
--navy-800: #0B1C75;
--navy-900: #07124B;
--navy-950: #040B2F;
}