Navy
#131E6C
BlueColor Codes
All color formats for development
HEX
#131E6CRGB
rgb(19, 30, 108)HSL
hsl(233, 70%, 25%)OKLCH
oklch(0.289 0.134 269.1)CMYK
cmyk(82%, 72%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111B62
2#0F1857
3#0D154C
4#0B1241
5#0A0F36
6#080C2B
7#060921
8#040616
9#02030B
Tints
Lighter variations
1#19268D
2#1F2FAD
3#2438CE
4#3C4FDD
5#5C6CE2
6#7D89E8
7#9DA7EE
8#BEC4F4
9#DEE2F9
Tones
Muted variations
1#182168
2#1C2463
3#21285F
4#252B5B
5#292F56
6#2E3252
7#32354D
8#373949
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA5 #9BA5ED | BordersInactive statesPlaceholder text |
| 400 | 6776 #6776E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C4F #3C4FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2234 #2234BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B29 #1B2998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131E #131E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E4FA;
--navy-200: #C7CCF5;
--navy-300: #9BA5ED;
--navy-400: #6776E4;
--navy-500: #3C4FDD;
--navy-600: #2234BF;
--navy-700: #1B2998;
--navy-800: #131E6C;
--navy-900: #0C1345;
--navy-950: #080C2B;
}