Navy
#13226C
BlueColor Codes
All color formats for development
HEX
#13226CRGB
rgb(19, 34, 108)HSL
hsl(230, 70%, 25%)OKLCH
oklch(0.296 0.129 268.1)CMYK
cmyk(82%, 69%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111F62
2#0F1B57
3#0D184C
4#0B1441
5#0A1136
6#080E2B
7#060A21
8#040716
9#02030B
Tints
Lighter variations
1#192C8D
2#1F36AD
3#2441CE
4#3C57DD
5#5C73E2
6#7D8FE8
7#9DABEE
8#BEC7F4
9#DEE3F9
Tones
Muted variations
1#182568
2#1C2863
3#212B5F
4#252E5B
5#293156
6#2E3452
7#32374D
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 | E1E5 #E1E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CE #C7CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA9 #9BA9ED | BordersInactive statesPlaceholder text |
| 400 | 677C #677CE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C57 #3C57DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 223C #223CBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B30 #1B3098 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1322 #13226C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C16 #0C1645 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E1E5FA;
--navy-200: #C7CEF5;
--navy-300: #9BA9ED;
--navy-400: #677CE4;
--navy-500: #3C57DD;
--navy-600: #223CBF;
--navy-700: #1B3098;
--navy-800: #13226C;
--navy-900: #0C1645;
--navy-950: #080E2B;
}