Navy
#13256C
BlueColor Codes
All color formats for development
HEX
#13256CRGB
rgb(19, 37, 108)HSL
hsl(228, 70%, 25%)OKLCH
oklch(0.302 0.125 267.2)CMYK
cmyk(82%, 66%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112162
2#0F1E57
3#0D1A4C
4#0B1641
5#0A1236
6#080F2B
7#060B21
8#040716
9#02040B
Tints
Lighter variations
1#19308D
2#1F3BAD
3#2446CE
4#3C5CDD
5#5C77E2
6#7D92E8
7#9DAEEE
8#BEC9F4
9#DEE4F9
Tones
Muted variations
1#182868
2#1C2A63
3#212D5F
4#25305B
5#293256
6#2E3552
7#32384D
8#373A49
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 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAC #9BACED | BordersInactive statesPlaceholder text |
| 400 | 6780 #6780E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C5C #3C5CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2241 #2241BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B34 #1B3498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1325 #13256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C18 #0C1845 | 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: #C7D0F5;
--navy-300: #9BACED;
--navy-400: #6780E4;
--navy-500: #3C5CDD;
--navy-600: #2241BF;
--navy-700: #1B3498;
--navy-800: #13256C;
--navy-900: #0C1845;
--navy-950: #080F2B;
}