Navy
#13286C
BlueColor Codes
All color formats for development
HEX
#13286CRGB
rgb(19, 40, 108)HSL
hsl(226, 70%, 25%)OKLCH
oklch(0.309 0.121 266.1)CMYK
cmyk(82%, 63%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112462
2#0F2057
3#0D1C4C
4#0B1841
5#0A1436
6#08102B
7#060C21
8#040816
9#02040B
Tints
Lighter variations
1#19348D
2#1F40AD
3#244CCE
4#3C61DD
5#5C7CE2
6#7D96E8
7#9DB0EE
8#BECAF4
9#DEE5F9
Tones
Muted variations
1#182A68
2#1C2D63
3#212F5F
4#25315B
5#293456
6#2E3652
7#32394D
8#373B49
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAE #9BAEED | BordersInactive statesPlaceholder text |
| 400 | 6784 #6784E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C61 #3C61DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2246 #2246BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B38 #1B3898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1328 #13286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1A #0C1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E1E6FA;
--navy-200: #C7D1F5;
--navy-300: #9BAEED;
--navy-400: #6784E4;
--navy-500: #3C61DD;
--navy-600: #2246BF;
--navy-700: #1B3898;
--navy-800: #13286C;
--navy-900: #0C1A45;
--navy-950: #08102B;
}