Navy
#0B1775
BlueColor Codes
All color formats for development
HEX
#0B1775RGB
rgb(11, 23, 117)HSL
hsl(233, 83%, 25%)OKLCH
oklch(0.284 0.156 267)CMYK
cmyk(91%, 80%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1569
2#09135D
3#081052
4#070E46
5#050C3A
6#04092F
7#030723
8#020517
9#01020C
Tints
Lighter variations
1#0E1E98
2#1125BB
3#152CDE
4#2D43EB
5#5063EF
6#7382F2
7#96A1F5
8#B9C0F8
9#DCE0FC
Tones
Muted variations
1#101B6F
2#151F6A
3#1B2365
4#20275F
5#252B5A
6#2B3055
7#303450
8#35384A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949F #949FF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6D #5C6DF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D43 #2D43EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1329 #1329CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F20 #0F20A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B17 #0B1775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE2FC;
--navy-200: #C2C9F9;
--navy-300: #949FF5;
--navy-400: #5C6DF0;
--navy-500: #2D43EB;
--navy-600: #1329CD;
--navy-700: #0F20A3;
--navy-800: #0B1775;
--navy-900: #070F4B;
--navy-950: #04092F;
}