Navy
#18044E
PurpleColor Codes
All color formats for development
HEX
#18044ERGB
rgb(24, 4, 78)HSL
hsl(256, 90%, 16%)OKLCH
oklch(0.217 0.12 282.9)CMYK
cmyk(69%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150446
2#13033E
3#110336
4#0E022F
5#0C0227
6#09021F
7#070117
8#050110
9#020008
Tints
Lighter variations
1#240676
2#31089F
3#3D0BC8
4#490DF0
5#6734F4
6#855CF6
7#A485F9
8#C2AEFB
9#E1D6FD
Tones
Muted variations
1#19084A
2#1B0B46
3#1D0F43
4#1F133F
5#20163B
6#221A37
7#241E34
8#252130
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AC90 #AC90F9 | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5C25 #5C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410B #410BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3409 #3409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #250679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1804 #18044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E6DDFD;
--navy-200: #D0C0FC;
--navy-300: #AC90F9;
--navy-400: #8055F6;
--navy-500: #5C25F4;
--navy-600: #410BD5;
--navy-700: #3409AA;
--navy-800: #250679;
--navy-900: #18044E;
--navy-950: #0F0330;
}