Navy
#13044E
BlueColor Codes
All color formats for development
HEX
#13044ERGB
rgb(19, 4, 78)HSL
hsl(252, 90%, 16%)OKLCH
oklch(0.212 0.121 278.4)CMYK
cmyk(76%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110446
2#0F033E
3#0D0336
4#0B022F
5#090227
6#08021F
7#060117
8#040110
9#020008
Tints
Lighter variations
1#1D0676
2#26089F
3#300BC8
4#3A0DF0
5#5A34F4
6#7B5CF6
7#9C85F9
8#BDAEFB
9#DED6FD
Tones
Muted variations
1#15084A
2#170B46
3#190F43
4#1C133F
5#1E163B
6#201A37
7#221E34
8#242130
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A590 #A590F9 | BordersInactive statesPlaceholder text |
| 400 | 7655 #7655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E25 #4E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 340B #340BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2909 #2909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | 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: #F3F0FE;
--navy-100: #E4DDFD;
--navy-200: #CCC0FC;
--navy-300: #A590F9;
--navy-400: #7655F6;
--navy-500: #4E25F4;
--navy-600: #340BD5;
--navy-700: #2909AA;
--navy-800: #1D0679;
--navy-900: #13044E;
--navy-950: #0C0330;
}