Navy
#201070
BlueColor Codes
All color formats for development
HEX
#201070RGB
rgb(32, 16, 112)HSL
hsl(250, 75%, 25%)OKLCH
oklch(0.281 0.15 278.1)CMYK
cmyk(71%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0E64
2#190D59
3#160B4E
4#130A43
5#100838
6#0D062D
7#0A0521
8#060316
9#03020B
Tints
Lighter variations
1#291591
2#3319B3
3#3D1ED4
4#5336E2
5#7058E7
6#8C79EC
7#A99BF1
8#C6BCF5
9#E2DEFA
Tones
Muted variations
1#23156B
2#261966
3#291E61
4#2D235C
5#302858
6#332D53
7#36314E
8#393649
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F0 | BordersInactive statesPlaceholder text |
| 400 | 7963 #7963E9 | Disabled statesSecondary iconsMuted text |
| 500 | 5336 #5336E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 381C #381CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D16 #2D169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2010 #201070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E4E0FB;
--navy-200: #CDC5F7;
--navy-300: #A798F0;
--navy-400: #7963E9;
--navy-500: #5336E2;
--navy-600: #381CC4;
--navy-700: #2D169C;
--navy-800: #201070;
--navy-900: #140A47;
--navy-950: #0D062D;
}