Navy
#200878
BlueColor Codes
All color formats for development
HEX
#200878RGB
rgb(32, 8, 120)HSL
hsl(253, 88%, 25%)OKLCH
oklch(0.284 0.165 277.4)CMYK
cmyk(73%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D076C
2#1A0660
3#160554
4#130548
5#10043C
6#0D0330
7#0A0224
8#060218
9#03010C
Tints
Lighter variations
1#2A0A9C
2#330CC0
3#3D0FE4
4#5327F1
5#704BF4
6#8C6FF6
7#A993F8
8#C6B7FA
9#E2DBFD
Tones
Muted variations
1#230D72
2#26136D
3#291867
4#2D1E61
5#30245C
6#332956
7#362F51
8#39354B
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E4DDFD;
--navy-200: #CDC1FB;
--navy-300: #A791F8;
--navy-400: #7957F4;
--navy-500: #5327F1;
--navy-600: #380DD3;
--navy-700: #2D0BA8;
--navy-800: #200878;
--navy-900: #14054D;
--navy-950: #0D0330;
}