Navy
#0B2B75
BlueColor Codes
All color formats for development
HEX
#0B2B75RGB
rgb(11, 43, 117)HSL
hsl(222, 83%, 25%)OKLCH
oklch(0.321 0.132 263.2)CMYK
cmyk(91%, 63%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2669
2#09225D
3#081E52
4#071A46
5#05153A
6#04112F
7#030D23
8#020917
9#01040C
Tints
Lighter variations
1#0E3798
2#1144BB
3#1551DE
4#2D66EB
5#5080EF
6#7399F2
7#96B3F5
8#B9CCF8
9#DCE6FC
Tones
Muted variations
1#102D6F
2#152F6A
3#1B3165
4#20335F
5#25355A
6#2B3755
7#303950
8#353C4A
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B1 #94B1F5 | BordersInactive statesPlaceholder text |
| 400 | 5C88 #5C88F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D66 #2D66EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 134B #134BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F3C #0F3CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2B #0B2B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071B #071B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FC;
--navy-200: #C2D3F9;
--navy-300: #94B1F5;
--navy-400: #5C88F0;
--navy-500: #2D66EB;
--navy-600: #134BCD;
--navy-700: #0F3CA3;
--navy-800: #0B2B75;
--navy-900: #071B4B;
--navy-950: #04112F;
}