Navy
#000B80
BlueColor Codes
All color formats for development
HEX
#000B80RGB
rgb(0, 11, 128)HSL
hsl(235, 100%, 25%)OKLCH
oklch(0.281 0.181 264.2)CMYK
cmyk(100%, 91%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000A73
2#000866
3#000759
4#00064D
5#000540
6#000433
7#000326
8#00021A
9#00010D
Tints
Lighter variations
1#000EA6
2#0011CC
3#0014F2
4#1A2DFF
5#4050FF
6#6673FF
7#8C96FF
8#B3B9FF
9#D9DCFF
Tones
Muted variations
1#061079
2#0D1573
3#131B6C
4#192066
5#202560
6#262A59
7#2D3053
8#33354D
9#393A46
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 | BDC2 #BDC2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A93 #8A93FF | BordersInactive statesPlaceholder text |
| 400 | 4D5B #4D5BFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A2D #1A2DFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0013 #0013E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 000F #000FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000B #000B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0007 #000752 | Primary textHigh emphasis contentDark headings |
| 950 | 0004 #000433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DBDEFF;
--navy-200: #BDC2FF;
--navy-300: #8A93FF;
--navy-400: #4D5BFF;
--navy-500: #1A2DFF;
--navy-600: #0013E0;
--navy-700: #000FB3;
--navy-800: #000B80;
--navy-900: #000752;
--navy-950: #000433;
}