Navy
#13236C
BlueColor Codes
All color formats for development
HEX
#13236CRGB
rgb(19, 35, 108)HSL
hsl(229, 70%, 25%)OKLCH
oklch(0.298 0.128 267.8)CMYK
cmyk(82%, 68%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112062
2#0F1C57
3#0D194C
4#0B1541
5#0A1236
6#080E2B
7#060B21
8#040716
9#02040B
Tints
Lighter variations
1#192E8D
2#1F39AD
3#2443CE
4#3C59DD
5#5C75E2
6#7D91E8
7#9DACEE
8#BEC8F4
9#DEE3F9
Tones
Muted variations
1#182668
2#1C2963
3#212C5F
4#252F5B
5#293256
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 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAA #9BAAED | BordersInactive statesPlaceholder text |
| 400 | 677E #677EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C59 #3C59DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 223E #223EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B32 #1B3298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1323 #13236C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C17 #0C1745 | 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: #C7CFF5;
--navy-300: #9BAAED;
--navy-400: #677EE4;
--navy-500: #3C59DD;
--navy-600: #223EBF;
--navy-700: #1B3298;
--navy-800: #13236C;
--navy-900: #0C1745;
--navy-950: #080E2B;
}