Navy
#001A80
BlueColor Codes
All color formats for development
HEX
#001A80RGB
rgb(0, 26, 128)HSL
hsl(228, 100%, 25%)OKLCH
oklch(0.299 0.169 263.9)CMYK
cmyk(100%, 80%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001773
2#001466
3#001259
4#000F4D
5#000D40
6#000A33
7#000826
8#00051A
9#00030D
Tints
Lighter variations
1#0021A6
2#0029CC
3#0030F2
4#1A47FF
5#4066FF
6#6685FF
7#8CA3FF
8#B3C2FF
9#D9E0FF
Tones
Muted variations
1#061D79
2#0D2173
3#13256C
4#192966
5#202D60
6#263059
7#2D3453
8#33384D
9#393C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE2 #DBE2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA1 #8AA1FF | BordersInactive statesPlaceholder text |
| 400 | 4D70 #4D70FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A47 #1A47FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 002D #002DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0024 #0024B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001A #001A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0010 #001052 | Primary textHigh emphasis contentDark headings |
| 950 | 000A #000A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DBE2FF;
--navy-200: #BDCAFF;
--navy-300: #8AA1FF;
--navy-400: #4D70FF;
--navy-500: #1A47FF;
--navy-600: #002DE0;
--navy-700: #0024B3;
--navy-800: #001A80;
--navy-900: #001052;
--navy-950: #000A33;
}