Navy
#120B75
BlueColor Codes
All color formats for development
HEX
#120B75RGB
rgb(18, 11, 117)HSL
hsl(244, 83%, 25%)OKLCH
oklch(0.273 0.164 270.4)CMYK
cmyk(85%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100A69
2#0E095D
3#0D0852
4#0B0746
5#09053A
6#07042F
7#050323
8#040217
9#02010C
Tints
Lighter variations
1#170E98
2#1D11BB
3#2215DE
4#3A2DEB
5#5B50EF
6#7B73F2
7#9C96F5
8#BDB9F8
9#DEDCFC
Tones
Muted variations
1#16106F
2#1B156A
3#201B65
4#24205F
5#29255A
6#2D2B55
7#323050
8#37354A
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A94 #9A94F5 | BordersInactive statesPlaceholder text |
| 400 | 665C #665CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2D #3A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F13 #1F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190F #190FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFC;
--navy-200: #C6C2F9;
--navy-300: #9A94F5;
--navy-400: #665CF0;
--navy-500: #3A2DEB;
--navy-600: #1F13CD;
--navy-700: #190FA3;
--navy-800: #120B75;
--navy-900: #0B074B;
--navy-950: #07042F;
}