Navy
#23064B
PurpleColor Codes
All color formats for development
HEX
#23064BRGB
rgb(35, 6, 75)HSL
hsl(265, 85%, 16%)OKLCH
oklch(0.23 0.114 294.5)CMYK
cmyk(53%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200644
2#1C053C
3#190435
4#15042D
5#120326
6#0E021E
7#0B0217
8#07010F
9#040108
Tints
Lighter variations
1#350973
2#480D9B
3#5A10C2
4#6D13EA
5#8539EF
6#9D60F2
7#B688F5
8#CEB0F9
9#E7D7FC
Tones
Muted variations
1#240A48
2#240D45
3#251141
4#25143E
5#26173A
6#261B37
7#271E33
8#282230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC92 #BC92F6 | BordersInactive statesPlaceholder text |
| 400 | 995A #995AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2B #7C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6011 #6011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0D #4D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2306 #23064B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FE;
--navy-100: #EBDEFC;
--navy-200: #D9C2FA;
--navy-300: #BC92F6;
--navy-400: #995AF2;
--navy-500: #7C2BEE;
--navy-600: #6011D0;
--navy-700: #4D0DA5;
--navy-800: #370A76;
--navy-900: #23064B;
--navy-950: #16042F;
}