Navy
#14044D
BlueColor Codes
All color formats for development
HEX
#14044DRGB
rgb(20, 4, 77)HSL
hsl(253, 90%, 16%)OKLCH
oklch(0.212 0.12 279.6)CMYK
cmyk(74%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120446
2#10033E
3#0E0336
4#0C022F
5#0A0227
6#08021F
7#060117
8#040110
9#020008
Tints
Lighter variations
1#1E0676
2#29089F
3#330BC8
4#3E0DF0
5#5D34F4
6#7E5CF6
7#9E85F9
8#BEAEFB
9#DFD6FD
Tones
Muted variations
1#16084A
2#180B46
3#1A0F43
4#1C133F
5#1E163B
6#201A37
7#231E34
8#252130
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 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A690 #A690F9 | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5225 #5225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 370B #370BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C09 #2C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | 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: #CDC0FC;
--navy-300: #A690F9;
--navy-400: #7855F6;
--navy-500: #5225F4;
--navy-600: #370BD5;
--navy-700: #2C09AA;
--navy-800: #1F0679;
--navy-900: #14044E;
--navy-950: #0C0330;
}