Navy
#0B1575
BlueColor Codes
All color formats for development
HEX
#0B1575RGB
rgb(11, 21, 117)HSL
hsl(234, 83%, 25%)OKLCH
oklch(0.281 0.158 267.2)CMYK
cmyk(91%, 82%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1369
2#09115D
3#080F52
4#070D46
5#050B3A
6#04092F
7#030623
8#020417
9#01020C
Tints
Lighter variations
1#0E1C98
2#1122BB
3#1529DE
4#2D40EB
5#5060EF
6#7380F2
7#96A0F5
8#B9BFF8
9#DCDFFC
Tones
Muted variations
1#101A6F
2#151E6A
3#1B2265
4#20265F
5#252B5A
6#2B2F55
7#303350
8#35374A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949D #949DF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6A #5C6AF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D40 #2D40EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1326 #1326CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1E #0F1EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B15 #0B1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070E #070E4B | 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: #DEE1FC;
--navy-200: #C2C8F9;
--navy-300: #949DF5;
--navy-400: #5C6AF0;
--navy-500: #2D40EB;
--navy-600: #1326CD;
--navy-700: #0F1EA3;
--navy-800: #0B1575;
--navy-900: #070E4B;
--navy-950: #04092F;
}