Navy
#26044E
PurpleColor Codes
All color formats for development
HEX
#26044ERGB
rgb(38, 4, 78)HSL
hsl(268, 90%, 16%)OKLCH
oklch(0.235 0.12 296.3)CMYK
cmyk(51%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230446
2#1F033E
3#1B0336
4#17022F
5#130227
6#0F021F
7#0C0117
8#080110
9#040008
Tints
Lighter variations
1#3A0676
2#4F089F
3#630BC8
4#770DF0
5#8D34F4
6#A45CF6
7#BB85F9
8#D2AEFB
9#E8D6FD
Tones
Muted variations
1#27084A
2#270B46
3#270F43
4#27133F
5#28163B
6#281A37
7#281E34
8#282130
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8525 #8525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690B #690BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5409 #5409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F7F0FE;
--navy-100: #ECDDFD;
--navy-200: #DCC0FC;
--navy-300: #C190F9;
--navy-400: #A055F6;
--navy-500: #8525F4;
--navy-600: #690BD5;
--navy-700: #5409AA;
--navy-800: #3C0679;
--navy-900: #26044E;
--navy-950: #180330;
}