Navy
#0B0D75
BlueColor Codes
All color formats for development
HEX
#0B0D75RGB
rgb(11, 13, 117)HSL
hsl(239, 83%, 25%)OKLCH
oklch(0.271 0.164 267.7)CMYK
cmyk(91%, 89%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0B69
2#090A5D
3#080952
4#070846
5#05063A
6#04052F
7#030423
8#020317
9#01010C
Tints
Lighter variations
1#0E1098
2#1114BB
3#1518DE
4#2D30EB
5#5053EF
6#7375F2
7#9698F5
8#B9BAF8
9#DCDDFC
Tones
Muted variations
1#10126F
2#15176A
3#1B1C65
4#20215F
5#25265A
6#2B2B55
7#303050
8#35364A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9495 #9495F5 | BordersInactive statesPlaceholder text |
| 400 | 5C5E #5C5EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D30 #2D30EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1316 #1316CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F12 #0F12A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0D #0B0D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDFFC;
--navy-200: #C2C3F9;
--navy-300: #9495F5;
--navy-400: #5C5EF0;
--navy-500: #2D30EB;
--navy-600: #1316CD;
--navy-700: #0F12A3;
--navy-800: #0B0D75;
--navy-900: #07084B;
--navy-950: #04052F;
}