Navy
#1A0080
BlueColor Codes
All color formats for development
HEX
#1A0080RGB
rgb(26, 0, 128)HSL
hsl(252, 100%, 25%)OKLCH
oklch(0.283 0.181 273.3)CMYK
cmyk(80%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170073
2#140066
3#120059
4#0F004D
5#0D0040
6#0A0033
7#080026
8#05001A
9#03000D
Tints
Lighter variations
1#2100A6
2#2900CC
3#3000F2
4#471AFF
5#6640FF
6#8566FF
7#A38CFF
8#C2B3FF
9#E0D9FF
Tones
Muted variations
1#1D0679
2#210D73
3#25136C
4#291966
5#2D2060
6#302659
7#342D53
8#38334D
9#3C3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E2DBFF;
--navy-200: #CABDFF;
--navy-300: #A18AFF;
--navy-400: #704DFF;
--navy-500: #471AFF;
--navy-600: #2D00E0;
--navy-700: #2400B3;
--navy-800: #1A0080;
--navy-900: #100052;
--navy-950: #0A0033;
}