Navy
#25034F
PurpleColor Codes
All color formats for development
HEX
#25034FRGB
rgb(37, 3, 79)HSL
hsl(267, 93%, 16%)OKLCH
oklch(0.233 0.122 295.1)CMYK
cmyk(53%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210347
2#1E023F
3#1A0237
4#16022F
5#130127
6#0F011F
7#0B0118
8#070110
9#040008
Tints
Lighter variations
1#380478
2#4C06A1
3#5F07CB
4#7309F4
5#8A30F8
6#A15AF9
7#B983FB
8#D0ACFC
9#E8D6FE
Tones
Muted variations
1#25074B
2#260A47
3#260E43
4#271240
5#27163C
6#271A38
7#281D34
8#282130
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFB | BordersInactive statesPlaceholder text |
| 400 | 9D53 #9D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8222 #8222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6608 #6608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5106 #5106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F7F0FE;
--navy-100: #EBDDFE;
--navy-200: #DBBFFD;
--navy-300: #BF8EFB;
--navy-400: #9D53F9;
--navy-500: #8222F7;
--navy-600: #6608D9;
--navy-700: #5106AC;
--navy-800: #3A047B;
--navy-900: #25034F;
--navy-950: #170231;
}