Navy
#2211A2
BlueColor Codes
All color formats for development
HEX
#2211A2RGB
rgb(34, 17, 162)HSL
hsl(247, 81%, 35%)OKLCH
oklch(0.346 0.208 272.2)CMYK
cmyk(79%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0F91
2#1B0E81
3#180C71
4#140A61
5#110851
6#0E0741
7#0A0530
8#070320
9#030210
Tints
Lighter variations
1#2814C0
2#2E17DE
3#432DE9
4#5E4BEC
5#7969EF
6#9487F2
7#AEA5F6
8#C9C3F9
9#E4E1FC
Tones
Muted variations
1#27189A
2#2D1F93
3#32278C
4#382E85
5#3E357D
6#433C76
7#49446F
8#4E4B68
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F4 | BordersInactive statesPlaceholder text |
| 400 | 6E5D #6E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 452F #452FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B15 #2B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2211 #2211A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180C #180C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F084A | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DFFC;
--navy-200: #C9C3F9;
--navy-300: #A095F4;
--navy-400: #6E5DEE;
--navy-500: #452FE9;
--navy-600: #2B15CB;
--navy-700: #2211A2;
--navy-800: #180C73;
--navy-900: #0F084A;
--navy-950: #0A052E;
}