Navy
#000D80
BlueColor Codes
All color formats for development
HEX
#000D80RGB
rgb(0, 13, 128)HSL
hsl(234, 100%, 25%)OKLCH
oklch(0.283 0.18 264.2)CMYK
cmyk(100%, 90%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000B73
2#000A66
3#000959
4#00084D
5#000640
6#000533
7#000426
8#00031A
9#00010D
Tints
Lighter variations
1#0011A6
2#0014CC
3#0018F2
4#1A30FF
5#4053FF
6#6675FF
7#8C98FF
8#B3BAFF
9#D9DDFF
Tones
Muted variations
1#061279
2#0D1773
3#131C6C
4#192166
5#202660
6#262B59
7#2D3053
8#33364D
9#393B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDF #DBDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A95 #8A95FF | BordersInactive statesPlaceholder text |
| 400 | 4D5E #4D5EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A30 #1A30FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0016 #0016E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0012 #0012B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000D #000D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0008 #000852 | Primary textHigh emphasis contentDark headings |
| 950 | 0005 #000533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DBDFFF;
--navy-200: #BDC3FF;
--navy-300: #8A95FF;
--navy-400: #4D5EFF;
--navy-500: #1A30FF;
--navy-600: #0016E0;
--navy-700: #0012B3;
--navy-800: #000D80;
--navy-900: #000852;
--navy-950: #000533;
}