Navy
#26054C
PurpleColor Codes
All color formats for development
HEX
#26054CRGB
rgb(38, 5, 76)HSL
hsl(268, 88%, 16%)OKLCH
oklch(0.234 0.116 297.1)CMYK
cmyk(50%, 93%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230445
2#1F043D
3#1B0336
4#17032E
5#130226
6#0F021F
7#0C0117
8#08010F
9#040008
Tints
Lighter variations
1#3B0775
2#4F0A9D
3#630DC6
4#770FEE
5#8E36F2
6#A45EF5
7#BB86F7
8#D2AEFA
9#E8D7FC
Tones
Muted variations
1#270849
2#270C46
3#271042
4#27133E
5#28173B
6#281A37
7#281E34
8#282230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F8 | BordersInactive statesPlaceholder text |
| 400 | A157 #A157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8627 #8627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0D #6A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540B #540BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054D | 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: #F7F1FE;
--navy-100: #ECDDFD;
--navy-200: #DCC1FB;
--navy-300: #C191F8;
--navy-400: #A157F4;
--navy-500: #8627F1;
--navy-600: #6A0DD3;
--navy-700: #540BA8;
--navy-800: #3C0878;
--navy-900: #26054D;
--navy-950: #180330;
}