Navy
#000CB3
BlueColor Codes
All color formats for development
HEX
#000CB3RGB
rgb(0, 12, 179)HSL
hsl(236, 100%, 35%)OKLCH
oklch(0.353 0.236 264.2)CMYK
cmyk(100%, 93%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000BA1
2#000A8F
3#00087D
4#00076B
5#000659
6#000547
7#000436
8#000224
9#000112
Tints
Lighter variations
1#000ED4
2#0010F5
3#1726FF
4#3845FF
5#5964FF
6#7A83FF
7#9CA2FF
8#BDC1FF
9#DEE0FF
Tones
Muted variations
1#0914AA
2#121BA1
3#1B2398
4#242B8F
5#2D3386
6#363A7D
7#3E4274
8#474A6B
9#505262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDE #DBDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC1 #BDC1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A92 #8A92FF | BordersInactive statesPlaceholder text |
| 400 | 4D58 #4D58FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A29 #1A29FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000F #000FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 000C #000CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0009 #000980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0005 #000552 | Primary textHigh emphasis contentDark headings |
| 950 | 0003 #000333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DBDEFF;
--navy-200: #BDC1FF;
--navy-300: #8A92FF;
--navy-400: #4D58FF;
--navy-500: #1A29FF;
--navy-600: #000FE0;
--navy-700: #000CB3;
--navy-800: #000980;
--navy-900: #000552;
--navy-950: #000333;
}