Navy
#1F0E71
BlueColor Codes
All color formats for development
HEX
#1F0E71RGB
rgb(31, 14, 113)HSL
hsl(250, 78%, 25%)OKLCH
oklch(0.279 0.153 277.6)CMYK
cmyk(73%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0D66
2#180B5B
3#150A4F
4#120844
5#0F0739
6#0C062D
7#090422
8#060317
9#03010B
Tints
Lighter variations
1#281294
2#3116B6
3#3A1BD8
4#5133E6
5#6E55EA
6#8B77EE
7#A899F2
8#C5BBF7
9#E2DDFB
Tones
Muted variations
1#22136D
2#251868
3#291D63
4#2C225E
5#2F2759
6#322C54
7#36314F
8#39364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A697 #A697F2 | BordersInactive statesPlaceholder text |
| 400 | 7760 #7760EB | Disabled statesSecondary iconsMuted text |
| 500 | 5133 #5133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3619 #3619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B14 #2B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0E #1F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E4DFFB;
--navy-200: #CDC4F8;
--navy-300: #A697F2;
--navy-400: #7760EB;
--navy-500: #5133E6;
--navy-600: #3619C8;
--navy-700: #2B149F;
--navy-800: #1F0E71;
--navy-900: #140949;
--navy-950: #0C062D;
}