Navy
#13296C
BlueColor Codes
All color formats for development
HEX
#13296CRGB
rgb(19, 41, 108)HSL
hsl(225, 70%, 25%)OKLCH
oklch(0.311 0.12 265.7)CMYK
cmyk(82%, 62%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112562
2#0F2157
3#0D1D4C
4#0B1941
5#0A1536
6#08112B
7#060C21
8#040816
9#02040B
Tints
Lighter variations
1#19368D
2#1F42AD
3#244FCE
4#3C64DD
5#5C7EE2
6#7D98E8
7#9DB2EE
8#BECBF4
9#DEE5F9
Tones
Muted variations
1#182C68
2#1C2E63
3#21305F
4#25325B
5#293556
6#2E3752
7#32394D
8#373B49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB0 #9BB0ED | BordersInactive statesPlaceholder text |
| 400 | 6787 #6787E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C64 #3C64DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2249 #2249BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3A #1B3A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1329 #13296C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1B #0C1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F5FD;
--navy-100: #E1E7FA;
--navy-200: #C7D2F5;
--navy-300: #9BB0ED;
--navy-400: #6787E4;
--navy-500: #3C64DD;
--navy-600: #2249BF;
--navy-700: #1B3A98;
--navy-800: #13296C;
--navy-900: #0C1B45;
--navy-950: #08112B;
}