Navy
#1C1C63
BlueColor Codes
All color formats for development
HEX
#1C1C63RGB
rgb(28, 28, 99)HSL
hsl(240, 56%, 25%)OKLCH
oklch(0.281 0.121 275.3)CMYK
cmyk(72%, 72%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19195A
2#161650
3#141446
4#11113C
5#0E0E32
6#0B0B28
7#08081E
8#060614
9#03030A
Tints
Lighter variations
1#242481
2#2D2D9F
3#3535BD
4#4C4CCD
5#6A6AD5
6#8888DD
7#A5A5E6
8#C3C3EE
9#E1E1F7
Tones
Muted variations
1#202060
2#23235C
3#272759
4#2A2A55
5#2E2E52
6#31314E
7#35354A
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 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7474 #7474D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4C #4C4CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3131 #3131AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2727 #27278B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1C #1C1C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F7;
--navy-200: #CBCBF0;
--navy-300: #A4A4E5;
--navy-400: #7474D8;
--navy-500: #4C4CCD;
--navy-600: #3131AF;
--navy-700: #27278B;
--navy-800: #1C1C63;
--navy-900: #121240;
--navy-950: #0B0B28;
}