Navy
#23074B
PurpleColor Codes
All color formats for development
HEX
#23074BRGB
rgb(35, 7, 75)HSL
hsl(265, 83%, 16%)OKLCH
oklch(0.231 0.113 294.2)CMYK
cmyk(53%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200643
2#1C063C
3#190534
4#15042D
5#120325
6#0E031E
7#0B0216
8#07010F
9#040107
Tints
Lighter variations
1#360B72
2#480E99
3#5B12C0
4#6D16E7
5#853BED
6#9D62F0
7#B689F4
8#CEB1F8
9#E7D8FB
Tones
Muted variations
1#240A47
2#240E44
3#251141
4#25143D
5#26183A
6#271B36
7#271F33
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 #D9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC94 #BC94F5 | BordersInactive statesPlaceholder text |
| 400 | 995C #995CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2D #7C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6113 #6113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0F #4D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370B #370B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | 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: #D9C2F9;
--navy-300: #BC94F5;
--navy-400: #995CF0;
--navy-500: #7C2DEB;
--navy-600: #6113CD;
--navy-700: #4D0FA3;
--navy-800: #370B75;
--navy-900: #23074B;
--navy-950: #16042F;
}