Navy
#131B6C
BlueColor Codes
All color formats for development
HEX
#131B6CRGB
rgb(19, 27, 108)HSL
hsl(235, 70%, 25%)OKLCH
oklch(0.283 0.138 269.8)CMYK
cmyk(82%, 75%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111862
2#0F1557
3#0D134C
4#0B1041
5#0A0D36
6#080B2B
7#060821
8#040516
9#02030B
Tints
Lighter variations
1#19238D
2#1F2AAD
3#2432CE
4#3C49DD
5#5C68E2
6#7D86E8
7#9DA4EE
8#BEC2F4
9#DEE1F9
Tones
Muted variations
1#181E68
2#1C2263
3#21265F
4#25295B
5#292D56
6#2E3152
7#32354D
8#373849
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA2 #9BA2ED | BordersInactive statesPlaceholder text |
| 400 | 6772 #6772E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C49 #3C49DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222F #222FBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B25 #1B2598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131B #131B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C11 #0C1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E3FA;
--navy-200: #C7CBF5;
--navy-300: #9BA2ED;
--navy-400: #6772E4;
--navy-500: #3C49DD;
--navy-600: #222FBF;
--navy-700: #1B2598;
--navy-800: #131B6C;
--navy-900: #0C1145;
--navy-950: #080B2B;
}