Navy
#0B0BA8
BlueColor Codes
All color formats for development
HEX
#0B0BA8RGB
rgb(11, 11, 168)HSL
hsl(240, 88%, 35%)OKLCH
oklch(0.34 0.223 265.9)CMYK
cmyk(93%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0A97
2#090986
3#070775
4#060665
5#050554
6#040443
7#030332
8#020222
9#010111
Tints
Lighter variations
1#0D0DC7
2#0F0FE6
3#2525F1
4#4444F3
5#6363F5
6#8282F7
7#A2A2F9
8#C1C1FB
9#E0E0FD
Tones
Muted variations
1#1313A0
2#1A1A98
3#222290
4#2A2A88
5#323281
6#3A3A79
7#424271
8#4A4A69
9#515161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DDDDFD;
--navy-200: #C1C1FB;
--navy-300: #9191F8;
--navy-400: #5757F4;
--navy-500: #2727F1;
--navy-600: #0D0DD3;
--navy-700: #0B0BA8;
--navy-800: #080878;
--navy-900: #05054D;
--navy-950: #030330;
}