Navy
#18074A
PurpleColor Codes
All color formats for development
HEX
#18074ARGB
rgb(24, 7, 74)HSL
hsl(255, 83%, 16%)OKLCH
oklch(0.216 0.112 283.7)CMYK
cmyk(68%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150643
2#13063C
3#110534
4#0E042D
5#0C0325
6#0A031E
7#070216
8#05010F
9#020107
Tints
Lighter variations
1#240B72
2#310E99
3#3D12C0
4#4A16E7
5#673BED
6#8662F0
7#A489F4
8#C2B1F8
9#E1D8FB
Tones
Muted variations
1#1A0A47
2#1B0E44
3#1D1141
4#1F143D
5#20183A
6#221B36
7#241F33
8#252230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F5 | BordersInactive statesPlaceholder text |
| 400 | 815C #815CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 5D2D #5D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4213 #4213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340F #340FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250B #250B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E6DEFC;
--navy-200: #D0C2F9;
--navy-300: #AC94F5;
--navy-400: #815CF0;
--navy-500: #5D2DEB;
--navy-600: #4213CD;
--navy-700: #340FA3;
--navy-800: #250B75;
--navy-900: #18074B;
--navy-950: #0F042F;
}