Navy
#21159D
BlueColor Codes
All color formats for development
HEX
#21159DRGB
rgb(33, 21, 157)HSL
hsl(245, 76%, 35%)OKLCH
oklch(0.342 0.2 272.1)CMYK
cmyk(79%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D138D
2#1A117E
3#170F6E
4#140D5E
5#100B4F
6#0D093F
7#0A062F
8#07041F
9#030210
Tints
Lighter variations
1#2719BA
2#2D1DD7
3#4133E3
4#5D50E7
5#786DEB
6#938AEF
7#AEA7F3
8#C9C5F7
9#E4E2FB
Tones
Muted variations
1#261C96
2#2C2390
3#322A89
4#373182
5#3D377B
6#433E74
7#48456E
8#4E4C67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F98 #9F98F1 | BordersInactive statesPlaceholder text |
| 400 | 6D62 #6D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4435 #4435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 291B #291BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2115 #21159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170F #170F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #C9C5F7;
--navy-300: #9F98F1;
--navy-400: #6D62EA;
--navy-500: #4435E3;
--navy-600: #291BC5;
--navy-700: #21159D;
--navy-800: #170F70;
--navy-900: #0F0A48;
--navy-950: #09062D;
}