Navy
#122A6E
BlueColor Codes
All color formats for development
HEX
#122A6ERGB
rgb(18, 42, 110)HSL
hsl(224, 72%, 25%)OKLCH
oklch(0.314 0.122 265.1)CMYK
cmyk(84%, 62%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102663
2#0E2258
3#0C1E4D
4#0B1942
5#091537
6#07112C
7#050D21
8#040816
9#02040B
Tints
Lighter variations
1#17378F
2#1D44AF
3#2250D0
4#3A66DF
5#5B7FE4
6#7B99EA
7#9CB2EF
8#BDCCF4
9#DEE5FA
Tones
Muted variations
1#162C69
2#1B2F64
3#203160
4#24335B
5#293557
6#2D3752
7#32394E
8#373B49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D3 #C6D3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB1 #9AB1EF | BordersInactive statesPlaceholder text |
| 400 | 6588 #6588E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A66 #3A66DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F4B #1F4BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 193B #193B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122A #122A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1B #0B1B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0711 #07112C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F5FD;
--navy-100: #E0E7FA;
--navy-200: #C6D3F6;
--navy-300: #9AB1EF;
--navy-400: #6588E6;
--navy-500: #3A66DF;
--navy-600: #1F4BC1;
--navy-700: #193B9A;
--navy-800: #122A6E;
--navy-900: #0B1B46;
--navy-950: #07112C;
}