Navy
#1C1E63
BlueColor Codes
All color formats for development
HEX
#1C1E63RGB
rgb(28, 30, 99)HSL
hsl(238, 56%, 25%)OKLCH
oklch(0.285 0.119 274.6)CMYK
cmyk(72%, 70%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191B5A
2#161850
3#141546
4#11123C
5#0E0F32
6#0B0C28
7#08091E
8#060614
9#03030A
Tints
Lighter variations
1#242881
2#2D319F
3#353ABD
4#4C50CD
5#6A6DD5
6#888BDD
7#A5A8E6
8#C3C5EE
9#E1E2F7
Tones
Muted variations
1#202260
2#23255C
3#272859
4#2A2C55
5#2E2F52
6#31324E
7#35364A
8#393947
9#3C3C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A6 #A4A6E5 | BordersInactive statesPlaceholder text |
| 400 | 7477 #7477D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C50 #4C50CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3136 #3136AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272B #272B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1E #1C1E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E4F7;
--navy-200: #CBCDF0;
--navy-300: #A4A6E5;
--navy-400: #7477D8;
--navy-500: #4C50CD;
--navy-600: #3136AF;
--navy-700: #272B8B;
--navy-800: #1C1E63;
--navy-900: #121340;
--navy-950: #0B0C28;
}