Navy
#230778
PurpleColor Codes
All color formats for development
HEX
#230778RGB
rgb(35, 7, 120)HSL
hsl(255, 89%, 25%)OKLCH
oklch(0.285 0.165 279.2)CMYK
cmyk(71%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20066C
2#1C0660
3#190554
4#150448
5#12043C
6#0E0330
7#0B0224
8#070118
9#04010C
Tints
Lighter variations
1#2E099D
2#390BC1
3#430DE5
4#5926F2
5#754AF4
6#906EF7
7#AC93F9
8#C8B7FB
9#E3DBFD
Tones
Muted variations
1#260D73
2#29126D
3#2C1867
4#2F1E62
5#32235C
6#342956
7#372F51
8#3A344B
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E56 #7E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5926 #5926F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0C #3E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320A #320AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2307 #230778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DDFD;
--navy-200: #CFC0FB;
--navy-300: #AA90F9;
--navy-400: #7E56F5;
--navy-500: #5926F2;
--navy-600: #3E0CD4;
--navy-700: #320AA9;
--navy-800: #230778;
--navy-900: #17044D;
--navy-950: #0E0330;
}