Navy
#120778
BlueColor Codes
All color formats for development
HEX
#120778RGB
rgb(18, 7, 120)HSL
hsl(246, 89%, 25%)OKLCH
oklch(0.273 0.17 270.3)CMYK
cmyk(85%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11066C
2#0F0660
3#0D0554
4#0B0448
5#09043C
6#070330
7#060224
8#040118
9#02010C
Tints
Lighter variations
1#18099D
2#1D0BC1
3#230DE5
4#3B26F2
5#5B4AF4
6#7C6EF7
7#9D93F9
8#BEB7FB
9#DEDBFD
Tones
Muted variations
1#170D73
2#1B126D
3#201867
4#251E62
5#29235C
6#2E2956
7#322F51
8#37344B
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B90 #9B90F9 | BordersInactive statesPlaceholder text |
| 400 | 6656 #6656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B26 #3B26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 200C #200CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0A #1A0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1207 #120778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DDFD;
--navy-200: #C6C0FB;
--navy-300: #9B90F9;
--navy-400: #6656F5;
--navy-500: #3B26F2;
--navy-600: #200CD4;
--navy-700: #1A0AA9;
--navy-800: #120778;
--navy-900: #0C044D;
--navy-950: #070330;
}