Navy
#1A04AF
BlueColor Codes
All color formats for development
HEX
#1A04AFRGB
rgb(26, 4, 175)HSL
hsl(248, 96%, 35%)OKLCH
oklch(0.351 0.229 269)CMYK
cmyk(85%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18039D
2#15038C
3#12027A
4#100269
5#0D0257
6#0B0146
7#080134
8#050123
9#030011
Tints
Lighter variations
1#1F04CF
2#2405F0
3#391CFA
4#563CFB
5#725DFC
6#8E7DFC
7#AA9EFD
8#C7BEFE
9#E3DFFE
Tones
Muted variations
1#210CA6
2#27159E
3#2D1D95
4#34268D
5#3A2E84
6#40377C
7#464073
8#4D486A
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8C #9B8CFD | BordersInactive statesPlaceholder text |
| 400 | 6750 #6750FB | Disabled statesSecondary iconsMuted text |
| 500 | 3B1E #3B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2104 #2104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A04 #1A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1303 #13037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C02 #0C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DCFE;
--navy-200: #C7BEFE;
--navy-300: #9B8CFD;
--navy-400: #6750FB;
--navy-500: #3B1EFA;
--navy-600: #2104DC;
--navy-700: #1A04AF;
--navy-800: #13037D;
--navy-900: #0C0250;
--navy-950: #080132;
}