Navy
#001180
BlueColor Codes
All color formats for development
HEX
#001180RGB
rgb(0, 17, 128)HSL
hsl(232, 100%, 25%)OKLCH
oklch(0.287 0.177 264.2)CMYK
cmyk(100%, 87%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000F73
2#000E66
3#000C59
4#000A4D
5#000840
6#000733
7#000526
8#00031A
9#00020D
Tints
Lighter variations
1#0016A6
2#001BCC
3#0020F2
4#1A38FF
5#4059FF
6#667AFF
7#8C9CFF
8#B3BDFF
9#D9DEFF
Tones
Muted variations
1#061679
2#0D1A73
3#131F6C
4#192466
5#202860
6#262D59
7#2D3253
8#33364D
9#393B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE0 #DBE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A99 #8A99FF | BordersInactive statesPlaceholder text |
| 400 | 4D64 #4D64FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A38 #1A38FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001E #001EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0018 #0018B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0011 #001180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000B #000B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0007 #000733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DBE0FF;
--navy-200: #BDC6FF;
--navy-300: #8A99FF;
--navy-400: #4D64FF;
--navy-500: #1A38FF;
--navy-600: #001EE0;
--navy-700: #0018B3;
--navy-800: #001180;
--navy-900: #000B52;
--navy-950: #000733;
}