Navy
#1E047C
BlueColor Codes
All color formats for development
HEX
#1E047CRGB
rgb(30, 4, 124)HSL
hsl(253, 94%, 25%)OKLCH
oklch(0.284 0.173 275.8)CMYK
cmyk(76%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B036F
2#180363
3#150357
4#12024A
5#0F023E
6#0C0231
7#090125
8#060119
9#03000C
Tints
Lighter variations
1#2705A1
2#3006C6
3#3907EB
4#4F20F8
5#6C45F9
6#8A6BFA
7#A790FC
8#C4B5FD
9#E2DAFE
Tones
Muted variations
1#210A76
2#251070
3#28166A
4#2B1C64
5#2F225E
6#322858
7#362E52
8#39344C
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58D #A58DFB | BordersInactive statesPlaceholder text |
| 400 | 7652 #7652FA | Disabled statesSecondary iconsMuted text |
| 500 | 4F20 #4F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3407 #3407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A05 #2A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #13024F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E4DCFE;
--navy-200: #CCBFFD;
--navy-300: #A58DFB;
--navy-400: #7652FA;
--navy-500: #4F20F8;
--navy-600: #3407DA;
--navy-700: #2A05AD;
--navy-800: #1E047C;
--navy-900: #13024F;
--navy-950: #0C0231;
}