Navy
#1E0878
BlueColor Codes
All color formats for development
HEX
#1E0878RGB
rgb(30, 8, 120)HSL
hsl(252, 88%, 25%)OKLCH
oklch(0.282 0.166 276.2)CMYK
cmyk(75%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B076C
2#180660
3#150554
4#120548
5#0F043C
6#0C0330
7#090224
8#060218
9#03010C
Tints
Lighter variations
1#270A9C
2#300CC0
3#390FE4
4#5027F1
5#6D4BF4
6#8A6FF6
7#A793F8
8#C5B7FA
9#E2DBFD
Tones
Muted variations
1#210D72
2#25136D
3#281867
4#2C1E61
5#2F245C
6#322956
7#362F51
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 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC1 #CCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A591 #A591F8 | BordersInactive statesPlaceholder text |
| 400 | 7757 #7757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5027 #5027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 350D #350DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0B #2A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E08 #1E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1305 #13054D | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E4DDFD;
--navy-200: #CCC1FB;
--navy-300: #A591F8;
--navy-400: #7757F4;
--navy-500: #5027F1;
--navy-600: #350DD3;
--navy-700: #2A0BA8;
--navy-800: #1E0878;
--navy-900: #13054D;
--navy-950: #0C0330;
}