Navy
#230679
PurpleColor Codes
All color formats for development
HEX
#230679RGB
rgb(35, 6, 121)HSL
hsl(255, 91%, 25%)OKLCH
oklch(0.286 0.167 279.1)CMYK
cmyk(71%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F056E
2#1C0561
3#180455
4#150349
5#11033D
6#0E0231
7#0A0225
8#070118
9#03010C
Tints
Lighter variations
1#2D079E
2#3809C3
3#420BE7
4#5824F5
5#7448F6
6#906DF8
7#AC91FA
8#C7B6FC
9#E3DAFD
Tones
Muted variations
1#260C74
2#29116E
3#2B1768
4#2E1D63
5#31235D
6#342957
7#372E51
8#3A344B
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8F #AA8FFA | BordersInactive statesPlaceholder text |
| 400 | 7D55 #7D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5824 #5824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D0A #3D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3108 #3108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #23067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E5DDFD;
--navy-200: #CFC0FC;
--navy-300: #AA8FFA;
--navy-400: #7D55F7;
--navy-500: #5824F5;
--navy-600: #3D0AD6;
--navy-700: #3108AA;
--navy-800: #23067A;
--navy-900: #16044E;
--navy-950: #0E0231;
}