Navy
#120D72
BlueColor Codes
All color formats for development
HEX
#120D72RGB
rgb(18, 13, 114)HSL
hsl(243, 80%, 25%)OKLCH
oklch(0.271 0.159 270.6)CMYK
cmyk(84%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100B67
2#0E0A5C
3#0C0950
4#0B0845
5#090639
6#07052E
7#050422
8#040317
9#02010B
Tints
Lighter variations
1#171195
2#1D14B8
3#2218DA
4#3A30E8
5#5B53EC
6#7B75F0
7#9C98F4
8#BDBAF7
9#DEDDFB
Tones
Muted variations
1#16126E
2#1B1769
3#201C63
4#24215E
5#292659
6#2D2B54
7#32304F
8#37364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F3 | BordersInactive statesPlaceholder text |
| 400 | 655E #655EED | Disabled statesSecondary iconsMuted text |
| 500 | 3A30 #3A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F16 #1F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1912 #1912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C6C3F8;
--navy-300: #9A95F3;
--navy-400: #655EED;
--navy-500: #3A30E8;
--navy-600: #1F16CA;
--navy-700: #1912A1;
--navy-800: #120D73;
--navy-900: #0B0849;
--navy-950: #07052E;
}