Navy
#121A6E
BlueColor Codes
All color formats for development
HEX
#121A6ERGB
rgb(18, 26, 110)HSL
hsl(235, 72%, 25%)OKLCH
oklch(0.283 0.142 269.4)CMYK
cmyk(84%, 76%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101763
2#0E1458
3#0C124D
4#0B0F42
5#090D37
6#070A2C
7#050821
8#040516
9#02030B
Tints
Lighter variations
1#17218F
2#1D29AF
3#2230D0
4#3A47DF
5#5B66E4
6#7B85EA
7#9CA3EF
8#BDC2F4
9#DEE0FA
Tones
Muted variations
1#161D69
2#1B2164
3#202560
4#24295B
5#292D57
6#2D3052
7#32344E
8#373849
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 6570 #6570E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A47 #3A47DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F2D #1F2DC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1924 #19249A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121A #121A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1046 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E2FA;
--navy-200: #C6CAF6;
--navy-300: #9AA1EF;
--navy-400: #6570E6;
--navy-500: #3A47DF;
--navy-600: #1F2DC1;
--navy-700: #19249A;
--navy-800: #121A6E;
--navy-900: #0B1046;
--navy-950: #070A2C;
}