Navy
#130949
BlueColor Codes
All color formats for development
HEX
#130949RGB
rgb(19, 9, 73)HSL
hsl(249, 78%, 16%)OKLCH
oklch(0.213 0.109 278.8)CMYK
cmyk(74%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110841
2#0F073A
3#0D0633
4#0B052C
5#090424
6#07041D
7#060316
8#04020F
9#020107
Tints
Lighter variations
1#1C0E6F
2#261295
3#3017BB
4#391CE1
5#5940E7
6#7B66EC
7#9C8DF1
8#BDB3F6
9#DED9FA
Tones
Muted variations
1#150C45
2#170F42
3#19133F
4#1B163C
5#1E1939
6#201C36
7#221F32
8#24222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A497 #A497F2 | BordersInactive statesPlaceholder text |
| 400 | 7560 #7560EB | Disabled statesSecondary iconsMuted text |
| 500 | 4E33 #4E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3319 #3319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2914 #29149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0E #1D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | 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: #E3DFFB;
--navy-200: #CCC4F8;
--navy-300: #A497F2;
--navy-400: #7560EB;
--navy-500: #4E33E6;
--navy-600: #3319C8;
--navy-700: #29149F;
--navy-800: #1D0E71;
--navy-900: #130949;
--navy-950: #0C062D;
}