Navy
#0B2074
BlueColor Codes
All color formats for development
HEX
#0B2074RGB
rgb(11, 32, 116)HSL
hsl(228, 83%, 25%)OKLCH
oklch(0.298 0.145 265.8)CMYK
cmyk(91%, 72%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1D69
2#091A5D
3#081652
4#071346
5#05103A
6#040D2F
7#030A23
8#020617
9#01030C
Tints
Lighter variations
1#0E2A98
2#1133BB
3#153DDE
4#2D53EB
5#5070EF
6#738CF2
7#96A9F5
8#B9C6F8
9#DCE2FC
Tones
Muted variations
1#10236F
2#15266A
3#1B2A65
4#202D5F
5#25305A
6#2B3355
7#303650
8#35394A
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CD #C2CDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A7 #94A7F5 | BordersInactive statesPlaceholder text |
| 400 | 5C79 #5C79F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D53 #2D53EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1338 #1338CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2D #0F2DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B20 #0B2075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0714 #07144B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE4FC;
--navy-200: #C2CDF9;
--navy-300: #94A7F5;
--navy-400: #5C79F0;
--navy-500: #2D53EB;
--navy-600: #1338CD;
--navy-700: #0F2DA3;
--navy-800: #0B2075;
--navy-900: #07144B;
--navy-950: #040D2F;
}