Navy
#1C02B1
BlueColor Codes
All color formats for development
HEX
#1C02B1RGB
rgb(28, 2, 177)HSL
hsl(249, 98%, 35%)OKLCH
oklch(0.354 0.232 269.4)CMYK
cmyk(84%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19029F
2#16018D
3#14017C
4#11016A
5#0E0158
6#0B0147
7#080135
8#060023
9#030012
Tints
Lighter variations
1#2102D2
2#2602F2
3#3B19FD
4#573AFD
5#735BFD
6#8F7CFE
7#AB9DFE
8#C7BDFE
9#E3DEFF
Tones
Muted variations
1#220BA8
2#28139F
3#2E1C96
4#35258E
5#3B2E85
6#41367C
7#473F73
8#4D486B
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8B #9C8BFE | BordersInactive statesPlaceholder text |
| 400 | 694E #694EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3E1C #3E1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2302 #2302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C02 #1C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1401 #14017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0151 | 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: #E1DCFF;
--navy-200: #C7BDFE;
--navy-300: #9C8BFE;
--navy-400: #694EFD;
--navy-500: #3E1CFD;
--navy-600: #2302DE;
--navy-700: #1C02B1;
--navy-800: #14017E;
--navy-900: #0D0151;
--navy-950: #080132;
}