Navy
#21024F
PurpleColor Codes
All color formats for development
HEX
#21024FRGB
rgb(33, 2, 79)HSL
hsl(264, 95%, 16%)OKLCH
oklch(0.227 0.123 291.5)CMYK
cmyk(58%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0248
2#1A0240
3#170138
4#140130
5#110128
6#0D0120
7#0A0118
8#070010
9#030008
Tints
Lighter variations
1#320379
2#4404A3
3#5505CD
4#6606F7
5#802EFA
6#9958FB
7#B382FC
8#CCABFD
9#E6D5FE
Tones
Muted variations
1#22064C
2#230A48
3#230E44
4#241240
5#25153C
6#261938
7#261D34
8#272131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFC | BordersInactive statesPlaceholder text |
| 400 | 9551 #9551FB | Disabled statesSecondary iconsMuted text |
| 500 | 761F #761FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B06 #5B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4804 #4804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3403 #34037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #210250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FF;
--navy-100: #EADCFE;
--navy-200: #D8BEFD;
--navy-300: #B98DFC;
--navy-400: #9551FB;
--navy-500: #761FF9;
--navy-600: #5B06DB;
--navy-700: #4804AE;
--navy-800: #34037C;
--navy-900: #210250;
--navy-950: #150132;
}