Navy
#10047C
BlueColor Codes
All color formats for development
HEX
#10047CRGB
rgb(16, 4, 124)HSL
hsl(246, 94%, 25%)OKLCH
oklch(0.275 0.177 269.2)CMYK
cmyk(87%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E036F
2#0D0363
3#0B0357
4#09024A
5#08023E
6#060231
7#050125
8#030119
9#02000C
Tints
Lighter variations
1#1505A1
2#1906C6
3#1E07EB
4#3620F8
5#5745F9
6#796BFA
7#9A90FC
8#BCB5FD
9#DDDAFE
Tones
Muted variations
1#150A76
2#191070
3#1E166A
4#231C64
5#28225E
6#2D2858
7#312E52
8#36344C
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFB | BordersInactive statesPlaceholder text |
| 400 | 6352 #6352FA | Disabled statesSecondary iconsMuted text |
| 500 | 3620 #3620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C07 #1C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1605 #1605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DCFE;
--navy-200: #C5BFFD;
--navy-300: #988DFB;
--navy-400: #6352FA;
--navy-500: #3620F8;
--navy-600: #1C07DA;
--navy-700: #1605AD;
--navy-800: #10047C;
--navy-900: #0A024F;
--navy-950: #060231;
}