Navy
#101042
BlueColor Codes
All color formats for development
HEX
#101042RGB
rgb(16, 16, 66)HSL
hsl(240, 61%, 16%)OKLCH
oklch(0.214 0.092 275.4)CMYK
cmyk(76%, 76%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E3B
2#0D0D35
3#0B0B2E
4#0A0A27
5#080821
6#06061A
7#050514
8#03030D
9#020207
Tints
Lighter variations
1#181864
2#212187
3#2929A9
4#3131CC
5#5353D5
6#7575DE
7#9898E6
8#BABAEE
9#DDDDF7
Tones
Muted variations
1#12123F
2#15153D
3#17173A
4#1A1A38
5#1C1C35
6#1F1F33
7#212130
8#24242E
9#26262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #CACAF2;
--navy-300: #A1A1E8;
--navy-400: #6F6FDC;
--navy-500: #4646D2;
--navy-600: #2C2CB5;
--navy-700: #232390;
--navy-800: #191967;
--navy-900: #101042;
--navy-950: #0A0A29;
}