Navy
#0B2774
BlueColor Codes
All color formats for development
HEX
#0B2774RGB
rgb(11, 39, 116)HSL
hsl(224, 83%, 25%)OKLCH
oklch(0.312 0.136 264.3)CMYK
cmyk(91%, 66%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2369
2#091F5D
3#081B52
4#071746
5#05143A
6#04102F
7#030C23
8#020817
9#01040C
Tints
Lighter variations
1#0E3398
2#113EBB
3#154ADE
4#2D60EB
5#507AEF
6#7395F2
7#96AFF5
8#B9CAF8
9#DCE4FC
Tones
Muted variations
1#102A6F
2#152C6A
3#1B2E65
4#20315F
5#25335A
6#2B3655
7#303850
8#353B4A
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D1 #C2D1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AE #94AEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C83 #5C83F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D60 #2D60EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1345 #1345CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F37 #0F37A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B27 #0B2775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0719 #07194B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE6FC;
--navy-200: #C2D1F9;
--navy-300: #94AEF5;
--navy-400: #5C83F0;
--navy-500: #2D60EB;
--navy-600: #1345CD;
--navy-700: #0F37A3;
--navy-800: #0B2775;
--navy-900: #07194B;
--navy-950: #04102F;
}