Navy
#1010A2
BlueColor Codes
All color formats for development
HEX
#1010A2RGB
rgb(16, 16, 162)HSL
hsl(240, 82%, 35%)OKLCH
oklch(0.337 0.213 267)CMYK
cmyk(90%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E92
2#0D0D82
3#0B0B72
4#0A0A61
5#080851
6#060641
7#050531
8#030320
9#020210
Tints
Lighter variations
1#1313C1
2#1616DF
3#2C2CEA
4#4A4AED
5#6868F0
6#8686F3
7#A5A5F6
8#C3C3F9
9#E1E1FC
Tones
Muted variations
1#17179B
2#1F1F94
3#26268C
4#2D2D85
5#35357E
6#3C3C77
7#43436F
8#4B4B68
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 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E2E #2E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1414 #1414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1010 #1010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C3C3F9;
--navy-300: #9494F4;
--navy-400: #5D5DEF;
--navy-500: #2E2EEA;
--navy-600: #1414CC;
--navy-700: #1010A2;
--navy-800: #0B0B74;
--navy-900: #07074A;
--navy-950: #05052E;
}