Navy
#140949
BlueColor Codes
All color formats for development
HEX
#140949RGB
rgb(20, 9, 73)HSL
hsl(250, 78%, 16%)OKLCH
oklch(0.214 0.109 279.7)CMYK
cmyk(73%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120841
2#10073A
3#0E0633
4#0C052C
5#0A0424
6#08041D
7#060316
8#04020F
9#020107
Tints
Lighter variations
1#1E0E6F
2#281295
3#3217BB
4#3D1CE1
5#5C40E7
6#7D66EC
7#9D8DF1
8#BEB3F6
9#DED9FA
Tones
Muted variations
1#160C45
2#180F42
3#1A133F
4#1C163C
5#1E1939
6#201C36
7#221F32
8#25222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A697 #A697F2 | BordersInactive statesPlaceholder text |
| 400 | 7760 #7760EB | Disabled statesSecondary iconsMuted text |
| 500 | 5133 #5133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3619 #3619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B14 #2B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0E #1F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E4DFFB;
--navy-200: #CDC4F8;
--navy-300: #A697F2;
--navy-400: #7760EB;
--navy-500: #5133E6;
--navy-600: #3619C8;
--navy-700: #2B149F;
--navy-800: #1F0E71;
--navy-900: #140949;
--navy-950: #0C062D;
}