Navy
#0A1176
BlueColor Codes
All color formats for development
HEX
#0A1176RGB
rgb(10, 17, 118)HSL
hsl(236, 84%, 25%)OKLCH
oklch(0.277 0.163 267.2)CMYK
cmyk(92%, 86%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09106A
2#080E5E
3#070C52
4#060A46
5#05093B
6#04072F
7#030523
8#020317
9#01020C
Tints
Lighter variations
1#0D1798
2#101CBC
3#1321DF
4#2C39ED
5#4F5AF0
6#727BF3
7#959CF6
8#B9BDF9
9#DCDEFC
Tones
Muted variations
1#101670
2#151B6B
3#1A1F65
4#202460
5#25295B
6#2A2D55
7#303250
8#35364A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939A #939AF6 | BordersInactive statesPlaceholder text |
| 400 | 5B65 #5B65F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C39 #2C39ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121F #121FCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E18 #0E18A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C6FA;
--navy-300: #939AF6;
--navy-400: #5B65F1;
--navy-500: #2C39ED;
--navy-600: #121FCE;
--navy-700: #0E18A4;
--navy-800: #0A1175;
--navy-900: #070B4B;
--navy-950: #04072F;
}