Navy
#1C0878
BlueColor Codes
All color formats for development
HEX
#1C0878RGB
rgb(28, 8, 120)HSL
hsl(251, 88%, 25%)OKLCH
oklch(0.281 0.166 275.1)CMYK
cmyk(77%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19076C
2#170660
3#140554
4#110548
5#0E043C
6#0B0330
7#080224
8#060218
9#03010C
Tints
Lighter variations
1#250A9C
2#2D0CC0
3#360FE4
4#4C27F1
5#6A4BF4
6#886FF6
7#A693F8
8#C3B7FA
9#E1DBFD
Tones
Muted variations
1#200D72
2#23136D
3#271867
4#2A1E61
5#2E245C
6#322956
7#352F51
8#39354B
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 | CBC1 #CBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A491 #A491F8 | BordersInactive statesPlaceholder text |
| 400 | 7457 #7457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4C27 #4C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 320D #320DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280B #280BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C08 #1C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1205 #12054D | 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: #CBC1FB;
--navy-300: #A491F8;
--navy-400: #7457F4;
--navy-500: #4C27F1;
--navy-600: #320DD3;
--navy-700: #280BA8;
--navy-800: #1C0878;
--navy-900: #12054D;
--navy-950: #0B0330;
}