Navy
#1510A2
BlueColor Codes
All color formats for development
HEX
#1510A2RGB
rgb(21, 16, 162)HSL
hsl(242, 82%, 35%)OKLCH
oklch(0.339 0.212 268.2)CMYK
cmyk(87%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130E92
2#110D82
3#0F0B72
4#0D0A61
5#0A0851
6#080641
7#060531
8#040320
9#020210
Tints
Lighter variations
1#1913C1
2#1D16DF
3#322CEA
4#4F4AED
5#6D68F0
6#8A86F3
7#A7A5F6
8#C4C3F9
9#E2E1FC
Tones
Muted variations
1#1C179B
2#231F94
3#29268C
4#302D85
5#37357E
6#3E3C77
7#45436F
8#4C4B68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9794 #9794F4 | BordersInactive statesPlaceholder text |
| 400 | 615D #615DEF | Disabled statesSecondary iconsMuted text |
| 500 | 342E #342EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A14 #1A14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1510 #1510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0B #0F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C4C3F9;
--navy-300: #9794F4;
--navy-400: #615DEF;
--navy-500: #342EEA;
--navy-600: #1A14CC;
--navy-700: #1510A2;
--navy-800: #0F0B74;
--navy-900: #0A074A;
--navy-950: #06052E;
}