Navy
#26034E
PurpleColor Codes
All color formats for development
HEX
#26034ERGB
rgb(38, 3, 78)HSL
hsl(268, 93%, 16%)OKLCH
oklch(0.233 0.121 296.5)CMYK
cmyk(51%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220347
2#1F023F
3#1B0237
4#17022F
5#130127
6#0F011F
7#0B0118
8#080110
9#040008
Tints
Lighter variations
1#3A0478
2#4E06A1
3#6307CB
4#7709F4
5#8D30F8
6#A45AF9
7#BB83FB
8#D2ACFC
9#E8D6FE
Tones
Muted variations
1#27074B
2#270A47
3#270E43
4#271240
5#28163C
6#281A38
7#281D34
8#282130
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFB | BordersInactive statesPlaceholder text |
| 400 | A053 #A053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8522 #8522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6908 #6908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5406 #5406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F7F0FE;
--navy-100: #ECDDFE;
--navy-200: #DCBFFD;
--navy-300: #C18EFB;
--navy-400: #A053F9;
--navy-500: #8522F7;
--navy-600: #6908D9;
--navy-700: #5406AC;
--navy-800: #3C047B;
--navy-900: #26034F;
--navy-950: #180231;
}