Navy
#0B1F74
BlueColor Codes
All color formats for development
HEX
#0B1F74RGB
rgb(11, 31, 116)HSL
hsl(229, 83%, 25%)OKLCH
oklch(0.296 0.146 266)CMYK
cmyk(91%, 73%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1B69
2#09185D
3#081552
4#071246
5#050F3A
6#040C2F
7#030923
8#020617
9#01030C
Tints
Lighter variations
1#0E2798
2#1130BB
3#1539DE
4#2D50EB
5#506DEF
6#738AF2
7#96A7F5
8#B9C5F8
9#DCE2FC
Tones
Muted variations
1#10226F
2#15256A
3#1B2865
4#202C5F
5#252F5A
6#2B3255
7#303650
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 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A6 #94A6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C77 #5C77F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D50 #2D50EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1335 #1335CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2A #0F2AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1E #0B1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE4FC;
--navy-200: #C2CCF9;
--navy-300: #94A6F5;
--navy-400: #5C77F0;
--navy-500: #2D50EB;
--navy-600: #1335CD;
--navy-700: #0F2AA3;
--navy-800: #0B1E75;
--navy-900: #07134B;
--navy-950: #040C2F;
}