Navy
#13054D
BlueColor Codes
All color formats for development
HEX
#13054DRGB
rgb(19, 5, 77)HSL
hsl(252, 88%, 16%)OKLCH
oklch(0.213 0.119 278.5)CMYK
cmyk(75%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110445
2#0F043D
3#0D0336
4#0C032E
5#0A0226
6#08021F
7#060117
8#04010F
9#020008
Tints
Lighter variations
1#1D0775
2#270A9D
3#320DC6
4#3C0FEE
5#5B36F2
6#7C5EF5
7#9D86F7
8#BEAEFA
9#DED7FC
Tones
Muted variations
1#150849
2#180C46
3#1A1042
4#1C133E
5#1E173B
6#201A37
7#221E34
8#242230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC1 #CCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A591 #A591F8 | BordersInactive statesPlaceholder text |
| 400 | 7757 #7757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5027 #5027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 350D #350DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0B #2A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E08 #1E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1305 #13054D | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E4DDFD;
--navy-200: #CCC1FB;
--navy-300: #A591F8;
--navy-400: #7757F4;
--navy-500: #5027F1;
--navy-600: #350DD3;
--navy-700: #2A0BA8;
--navy-800: #1E0878;
--navy-900: #13054D;
--navy-950: #0C0330;
}