Navy
#20047C
BlueColor Codes
All color formats for development
HEX
#20047CRGB
rgb(32, 4, 124)HSL
hsl(254, 94%, 25%)OKLCH
oklch(0.286 0.172 276.9)CMYK
cmyk(74%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D036F
2#190363
3#160357
4#13024A
5#10023E
6#0D0231
7#0A0125
8#060119
9#03000C
Tints
Lighter variations
1#2905A1
2#3306C6
3#3C07EB
4#5320F8
5#6F45F9
6#8C6BFA
7#A990FC
8#C6B5FD
9#E2DAFE
Tones
Muted variations
1#230A76
2#261070
3#29166A
4#2D1C64
5#30225E
6#332858
7#362E52
8#39344C
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78D #A78DFB | BordersInactive statesPlaceholder text |
| 400 | 7952 #7952FA | Disabled statesSecondary iconsMuted text |
| 500 | 5320 #5320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3807 #3807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D05 #2D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #14024F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E4DCFE;
--navy-200: #CDBFFD;
--navy-300: #A78DFB;
--navy-400: #7952FA;
--navy-500: #5320F8;
--navy-600: #3807DA;
--navy-700: #2D05AD;
--navy-800: #20047C;
--navy-900: #14024F;
--navy-950: #0D0231;
}