Navy
#130A48
BlueColor Codes
All color formats for development
HEX
#130A48RGB
rgb(19, 10, 72)HSL
hsl(249, 76%, 16%)OKLCH
oklch(0.213 0.107 278.8)CMYK
cmyk(74%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110941
2#0F0839
3#0D0732
4#0B062B
5#0A0524
6#08041D
7#060316
8#04020E
9#020107
Tints
Lighter variations
1#1D0F6E
2#271493
3#3119B9
4#3B1EDF
5#5B43E5
6#7C68EA
7#9D8EF0
8#BDB4F5
9#DED9FA
Tones
Muted variations
1#150D45
2#171042
3#1A133F
4#1C163B
5#1E1938
6#201C35
7#221F32
8#24232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC5 #CCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A598 #A598F1 | BordersInactive statesPlaceholder text |
| 400 | 7662 #7662EA | Disabled statesSecondary iconsMuted text |
| 500 | 4F35 #4F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 351B #351BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A15 #2A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0F #1E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 130A #130A48 | 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: #F3F2FD;
--navy-100: #E4E0FB;
--navy-200: #CCC5F7;
--navy-300: #A598F1;
--navy-400: #7662EA;
--navy-500: #4F35E3;
--navy-600: #351BC5;
--navy-700: #2A159D;
--navy-800: #1E0F70;
--navy-900: #130A48;
--navy-950: #0C062D;
}