Navy
#1F0F70
BlueColor Codes
All color formats for development
HEX
#1F0F70RGB
rgb(31, 15, 112)HSL
hsl(250, 76%, 25%)OKLCH
oklch(0.279 0.151 277.7)CMYK
cmyk(72%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0E65
2#190C5A
3#160B4F
4#130943
5#100838
6#0D062D
7#090522
8#060316
9#03020B
Tints
Lighter variations
1#291492
2#3218B4
3#3C1DD5
4#5235E3
5#6F57E8
6#8C78ED
7#A99AF1
8#C5BCF6
9#E2DDFA
Tones
Muted variations
1#23146B
2#261967
3#291E62
4#2C235D
5#302858
6#332C53
7#36314E
8#393649
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F1 | BordersInactive statesPlaceholder text |
| 400 | 7962 #7962EA | Disabled statesSecondary iconsMuted text |
| 500 | 5235 #5235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 371B #371BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C15 #2C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0F #1F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E4E0FB;
--navy-200: #CDC5F7;
--navy-300: #A798F1;
--navy-400: #7962EA;
--navy-500: #5235E3;
--navy-600: #371BC5;
--navy-700: #2C159D;
--navy-800: #1F0F70;
--navy-900: #140A48;
--navy-950: #0D062D;
}