Navy
#1C0778
BlueColor Codes
All color formats for development
HEX
#1C0778RGB
rgb(28, 7, 120)HSL
hsl(251, 89%, 25%)OKLCH
oklch(0.28 0.167 275.2)CMYK
cmyk(77%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19066C
2#160660
3#130554
4#110448
5#0E043C
6#0B0330
7#080224
8#060118
9#03010C
Tints
Lighter variations
1#24099D
2#2D0BC1
3#350DE5
4#4C26F2
5#694AF4
6#876EF7
7#A593F9
8#C3B7FB
9#E1DBFD
Tones
Muted variations
1#1F0D73
2#23126D
3#271867
4#2A1E62
5#2E235C
6#312956
7#352F51
8#39344B
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC0 #CBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A390 #A390F9 | BordersInactive statesPlaceholder text |
| 400 | 7356 #7356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4C26 #4C26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 310C #310CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 270A #270AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C07 #1C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1204 #12044D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E3DDFD;
--navy-200: #CBC0FB;
--navy-300: #A390F9;
--navy-400: #7356F5;
--navy-500: #4C26F2;
--navy-600: #310CD4;
--navy-700: #270AA9;
--navy-800: #1C0778;
--navy-900: #12044D;
--navy-950: #0B0330;
}