Navy
#13266C
BlueColor Codes
All color formats for development
HEX
#13266CRGB
rgb(19, 38, 108)HSL
hsl(227, 70%, 25%)OKLCH
oklch(0.304 0.124 266.8)CMYK
cmyk(82%, 65%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112362
2#0F1F57
3#0D1B4C
4#0B1741
5#0A1336
6#080F2B
7#060C21
8#040816
9#02040B
Tints
Lighter variations
1#19328D
2#1F3EAD
3#2449CE
4#3C5FDD
5#5C79E2
6#7D94E8
7#9DAFEE
8#BECAF4
9#DEE4F9
Tones
Muted variations
1#182968
2#1C2C63
3#212E5F
4#25315B
5#293356
6#2E3652
7#32384D
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 | 9BAD #9BADED | BordersInactive statesPlaceholder text |
| 400 | 6782 #6782E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C5F #3C5FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2244 #2244BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B36 #1B3698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1326 #13266C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C19 #0C1945 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | 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: #9BADED;
--navy-400: #6782E4;
--navy-500: #3C5FDD;
--navy-600: #2244BF;
--navy-700: #1B3698;
--navy-800: #13266C;
--navy-900: #0C1945;
--navy-950: #080F2B;
}