Navy
#1A047B
BlueColor Codes
All color formats for development
HEX
#1A047BRGB
rgb(26, 4, 123)HSL
hsl(251, 94%, 25%)OKLCH
oklch(0.28 0.173 273.8)CMYK
cmyk(79%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17036F
2#150363
3#120357
4#0F024A
5#0D023E
6#0A0231
7#080125
8#050119
9#03000C
Tints
Lighter variations
1#2205A1
2#2906C6
3#3107EB
4#4820F8
5#6645F9
6#856BFA
7#A390FC
8#C2B5FD
9#E0DAFE
Tones
Muted variations
1#1E0A76
2#211070
3#25166A
4#291C64
5#2D225E
6#312858
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 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A18D #A18DFB | BordersInactive statesPlaceholder text |
| 400 | 7152 #7152FA | Disabled statesSecondary iconsMuted text |
| 500 | 4820 #4820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D07 #2D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2405 #2405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #11024F | 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: #E3DCFE;
--navy-200: #CABFFD;
--navy-300: #A18DFB;
--navy-400: #7152FA;
--navy-500: #4820F8;
--navy-600: #2D07DA;
--navy-700: #2405AD;
--navy-800: #1A047C;
--navy-900: #11024F;
--navy-950: #0A0231;
}