Navy
#1A0878
BlueColor Codes
All color formats for development
HEX
#1A0878RGB
rgb(26, 8, 120)HSL
hsl(250, 88%, 25%)OKLCH
oklch(0.279 0.167 274)CMYK
cmyk(78%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18076C
2#150660
3#120554
4#100548
5#0D043C
6#0B0330
7#080224
8#050218
9#03010C
Tints
Lighter variations
1#220A9C
2#2A0CC0
3#320FE4
4#4927F1
5#674BF4
6#866FF6
7#A493F8
8#C2B7FA
9#E1DBFD
Tones
Muted variations
1#1E0D72
2#22136D
3#261867
4#291E61
5#2D245C
6#312956
7#352F51
8#38354B
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 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A291 #A291F8 | BordersInactive statesPlaceholder text |
| 400 | 7157 #7157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4927 #4927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E0D #2E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250B #250BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A08 #1A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1105 #11054D | 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: #CAC1FB;
--navy-300: #A291F8;
--navy-400: #7157F4;
--navy-500: #4927F1;
--navy-600: #2E0DD3;
--navy-700: #250BA8;
--navy-800: #1A0878;
--navy-900: #11054D;
--navy-950: #0B0330;
}