Navy
#18047B
BlueColor Codes
All color formats for development
HEX
#18047BRGB
rgb(24, 4, 123)HSL
hsl(250, 94%, 25%)OKLCH
oklch(0.278 0.173 272.8)CMYK
cmyk(80%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15036F
2#130363
3#110357
4#0E024A
5#0C023E
6#0A0231
7#070125
8#050119
9#02000C
Tints
Lighter variations
1#1F05A1
2#2606C6
3#2D07EB
4#4420F8
5#6345F9
6#836BFA
7#A290FC
8#C1B5FD
9#E0DAFE
Tones
Muted variations
1#1C0A76
2#201070
3#24166A
4#281C64
5#2C225E
6#302858
7#342E52
8#38344C
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08D #A08DFB | BordersInactive statesPlaceholder text |
| 400 | 6E52 #6E52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4420 #4420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A07 #2A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2105 #2105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E2DCFE;
--navy-200: #C9BFFD;
--navy-300: #A08DFB;
--navy-400: #6E52FA;
--navy-500: #4420F8;
--navy-600: #2A07DA;
--navy-700: #2105AD;
--navy-800: #18047C;
--navy-900: #0F024F;
--navy-950: #0A0231;
}