Navy
#20044E
PurpleColor Codes
All color formats for development
HEX
#20044ERGB
rgb(32, 4, 78)HSL
hsl(263, 90%, 16%)OKLCH
oklch(0.227 0.12 290.6)CMYK
cmyk(59%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0446
2#1A033E
3#170336
4#13022F
5#100227
6#0D021F
7#0A0117
8#060110
9#030008
Tints
Lighter variations
1#310676
2#42089F
3#530BC8
4#640DF0
5#7D34F4
6#975CF6
7#B185F9
8#CBAEFB
9#E5D6FD
Tones
Muted variations
1#21084A
2#220B46
3#230F43
4#24133F
5#25163B
6#251A37
7#261E34
8#272130
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7425 #7425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590B #590BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4709 #4709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #320679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FE;
--navy-100: #E9DDFD;
--navy-200: #D7C0FC;
--navy-300: #B890F9;
--navy-400: #9355F6;
--navy-500: #7425F4;
--navy-600: #590BD5;
--navy-700: #4709AA;
--navy-800: #320679;
--navy-900: #20044E;
--navy-950: #140330;
}