Navy
#12126E
BlueColor Codes
All color formats for development
HEX
#12126ERGB
rgb(18, 18, 110)HSL
hsl(240, 72%, 25%)OKLCH
oklch(0.271 0.15 270.6)CMYK
cmyk(84%, 84%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101063
2#0E0E58
3#0C0C4D
4#0B0B42
5#090937
6#07072C
7#050521
8#040416
9#02020B
Tints
Lighter variations
1#17178F
2#1D1DAF
3#2222D0
4#3A3ADF
5#5B5BE4
6#7B7BEA
7#9C9CEF
8#BDBDF4
9#DEDEFA
Tones
Muted variations
1#161669
2#1B1B64
3#202060
4#24245B
5#292957
6#2D2D52
7#32324E
8#373749
9#3B3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A3A #3A3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F1F #1F1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1919 #19199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1212 #12126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FA;
--navy-200: #C6C6F6;
--navy-300: #9A9AEF;
--navy-400: #6565E6;
--navy-500: #3A3ADF;
--navy-600: #1F1FC1;
--navy-700: #19199A;
--navy-800: #12126E;
--navy-900: #0B0B46;
--navy-950: #07072C;
}