Navy
#100949
BlueColor Codes
All color formats for development
HEX
#100949RGB
rgb(16, 9, 73)HSL
hsl(247, 78%, 16%)OKLCH
oklch(0.211 0.11 276.2)CMYK
cmyk(78%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0841
2#0D073A
3#0B0633
4#0A052C
5#080424
6#07041D
7#050316
8#03020F
9#020107
Tints
Lighter variations
1#190E6F
2#221295
3#2A17BB
4#331CE1
5#5440E7
6#7666EC
7#988DF1
8#BBB3F6
9#DDD9FA
Tones
Muted variations
1#130C45
2#150F42
3#18133F
4#1A163C
5#1D1939
6#1F1C36
7#211F32
8#24222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A197 #A197F2 | BordersInactive statesPlaceholder text |
| 400 | 7060 #7060EB | Disabled statesSecondary iconsMuted text |
| 500 | 4833 #4833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D19 #2D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2414 #24149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0E #1A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #CAC4F8;
--navy-300: #A197F2;
--navy-400: #7060EB;
--navy-500: #4833E6;
--navy-600: #2D19C8;
--navy-700: #24149F;
--navy-800: #1A0E71;
--navy-900: #100949;
--navy-950: #0A062D;
}