Navy
#200778
BlueColor Codes
All color formats for development
HEX
#200778RGB
rgb(32, 7, 120)HSL
hsl(253, 89%, 25%)OKLCH
oklch(0.283 0.166 277.4)CMYK
cmyk(73%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C066C
2#190660
3#160554
4#130448
5#10043C
6#0D0330
7#090224
8#060118
9#03010C
Tints
Lighter variations
1#29099D
2#330BC1
3#3C0DE5
4#5226F2
5#6F4AF4
6#8C6EF7
7#A993F9
8#C5B7FB
9#E2DBFD
Tones
Muted variations
1#230D73
2#26126D
3#291867
4#2C1E62
5#30235C
6#332956
7#362F51
8#39344B
9#3D3A45
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 | CDC0 #CDC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A790 #A790F9 | BordersInactive statesPlaceholder text |
| 400 | 7956 #7956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5226 #5226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380C #380CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C0A #2C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2007 #200778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044D | 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: #F3F1FE;
--navy-100: #E4DDFD;
--navy-200: #CDC0FB;
--navy-300: #A790F9;
--navy-400: #7956F5;
--navy-500: #5226F2;
--navy-600: #380CD4;
--navy-700: #2C0AA9;
--navy-800: #200778;
--navy-900: #14044D;
--navy-950: #0D0330;
}