Navy
#1C047B
BlueColor Codes
All color formats for development
HEX
#1C047BRGB
rgb(28, 4, 123)HSL
hsl(252, 94%, 25%)OKLCH
oklch(0.281 0.172 274.9)CMYK
cmyk(77%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19036F
2#160363
3#130357
4#11024A
5#0E023E
6#0B0231
7#080125
8#060119
9#03000C
Tints
Lighter variations
1#2405A1
2#2C06C6
3#3507EB
4#4C20F8
5#6945F9
6#876BFA
7#A590FC
8#C3B5FD
9#E1DAFE
Tones
Muted variations
1#1F0A76
2#231070
3#27166A
4#2A1C64
5#2E225E
6#312858
7#352E52
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 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A38D #A38DFB | BordersInactive statesPlaceholder text |
| 400 | 7352 #7352FA | Disabled statesSecondary iconsMuted text |
| 500 | 4C20 #4C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3107 #3107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2705 #2705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1202 #12024F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E3DCFE;
--navy-200: #CBBFFD;
--navy-300: #A38DFB;
--navy-400: #7352FA;
--navy-500: #4C20F8;
--navy-600: #3107DA;
--navy-700: #2705AD;
--navy-800: #1C047C;
--navy-900: #12024F;
--navy-950: #0B0231;
}