Navy
#1C05AD
BlueColor Codes
All color formats for development
HEX
#1C05ADRGB
rgb(28, 5, 173)HSL
hsl(248, 94%, 35%)OKLCH
oklch(0.35 0.226 269.6)CMYK
cmyk(84%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19059C
2#16048B
3#130479
4#110368
5#0E0357
6#0B0245
7#080234
8#060123
9#030111
Tints
Lighter variations
1#2106CD
2#2607ED
3#3B1EF8
4#573EF9
5#735EFA
6#8F7EFB
7#AB9FFC
8#C7BFFD
9#E3DFFE
Tones
Muted variations
1#220EA5
2#28169C
3#2E1F94
4#34278C
5#3A2F83
6#41387B
7#474072
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 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8D #9C8DFB | BordersInactive statesPlaceholder text |
| 400 | 6852 #6852FA | Disabled statesSecondary iconsMuted text |
| 500 | 3D20 #3D20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2307 #2307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C05 #1C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D02 #0D024F | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DCFE;
--navy-200: #C7BFFD;
--navy-300: #9C8DFB;
--navy-400: #6852FA;
--navy-500: #3D20F8;
--navy-600: #2307DA;
--navy-700: #1C05AD;
--navy-800: #14047C;
--navy-900: #0D024F;
--navy-950: #080231;
}