Navy
#14216C
BlueColor Codes
All color formats for development
HEX
#14216CRGB
rgb(20, 33, 108)HSL
hsl(231, 69%, 25%)OKLCH
oklch(0.295 0.13 268.8)CMYK
cmyk(81%, 69%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121E61
2#101A56
3#0E174B
4#0C1441
5#0A1036
6#080D2B
7#060A20
8#040716
9#02030B
Tints
Lighter variations
1#1A2B8C
2#2035AC
3#263FCD
4#3D55DB
5#5D71E1
6#7E8EE7
7#9EAAED
8#BEC6F3
9#DFE3F9
Tones
Muted variations
1#182467
2#1D2763
3#212A5F
4#252D5A
5#2A3056
6#2E3351
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 | C7CE #C7CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA8 #9CA8ED | BordersInactive statesPlaceholder text |
| 400 | 687B #687BE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D55 #3D55DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233A #233ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2E #1C2E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1421 #14216C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D15 #0D1545 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E1E5F9;
--navy-200: #C7CEF5;
--navy-300: #9CA8ED;
--navy-400: #687BE3;
--navy-500: #3D55DB;
--navy-600: #233ABE;
--navy-700: #1C2E97;
--navy-800: #14216C;
--navy-900: #0D1545;
--navy-950: #080D2B;
}