Navy
#14226C
BlueColor Codes
All color formats for development
HEX
#14226CRGB
rgb(20, 34, 108)HSL
hsl(230, 69%, 25%)OKLCH
oklch(0.297 0.129 268.5)CMYK
cmyk(81%, 69%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121F61
2#101C56
3#0E184B
4#0C1541
5#0A1136
6#080E2B
7#060A20
8#040716
9#02030B
Tints
Lighter variations
1#1A2D8C
2#2037AC
3#2641CD
4#3D57DB
5#5D73E1
6#7E8FE7
7#9EABED
8#BEC7F3
9#DFE3F9
Tones
Muted variations
1#182567
2#1D2863
3#212B5F
4#252E5A
5#2A3156
6#2E3451
7#33374D
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 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA9 #9CA9ED | BordersInactive statesPlaceholder text |
| 400 | 687D #687DE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D57 #3D57DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233D #233DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C30 #1C3097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1422 #14226C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D16 #0D1645 | 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: #E1E5F9;
--navy-200: #C7CFF5;
--navy-300: #9CA9ED;
--navy-400: #687DE3;
--navy-500: #3D57DB;
--navy-600: #233DBE;
--navy-700: #1C3097;
--navy-800: #14226C;
--navy-900: #0D1645;
--navy-950: #080E2B;
}