Navy
#21169C
BlueColor Codes
All color formats for development
HEX
#21169CRGB
rgb(33, 22, 156)HSL
hsl(245, 75%, 35%)OKLCH
oklch(0.342 0.198 272.2)CMYK
cmyk(79%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E148D
2#1B127D
3#17106D
4#140D5E
5#110B4E
6#0D093E
7#0A072F
8#07041F
9#030210
Tints
Lighter variations
1#281AB9
2#2E1FD6
3#4234E2
4#5D51E6
5#786EEA
6#938BEE
7#AEA8F3
8#C9C5F7
9#E4E2FB
Tones
Muted variations
1#271D95
2#2D248F
3#322A88
4#383181
5#3D387B
6#433E74
7#49456D
8#4E4C67
9#545360
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 | A098 #A098F0 | BordersInactive statesPlaceholder text |
| 400 | 6E63 #6E63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 4536 #4536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A1C #2A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2116 #21169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1810 #181070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | 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: #A098F0;
--navy-400: #6E63E9;
--navy-500: #4536E2;
--navy-600: #2A1CC4;
--navy-700: #21169C;
--navy-800: #181070;
--navy-900: #0F0A47;
--navy-950: #0A062D;
}