Navy
#000680
BlueColor Codes
All color formats for development
HEX
#000680RGB
rgb(0, 6, 128)HSL
hsl(237, 100%, 25%)OKLCH
oklch(0.276 0.184 264.2)CMYK
cmyk(100%, 95%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000673
2#000566
3#000459
4#00044D
5#000340
6#000333
7#000226
8#00011A
9#00010D
Tints
Lighter variations
1#0008A6
2#000ACC
3#000CF2
4#1A25FF
5#4049FF
6#666EFF
7#8C92FF
8#B3B6FF
9#D9DBFF
Tones
Muted variations
1#060C79
2#0D1273
3#13186C
4#191D66
5#202360
6#262959
7#2D2F53
8#33344D
9#393A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDD #DBDDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC0 #BDC0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A90 #8A90FF | BordersInactive statesPlaceholder text |
| 400 | 4D55 #4D55FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A25 #1A25FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000B #000BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0009 #0009B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0006 #000680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0004 #000452 | 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: #F0F0FF;
--navy-100: #DBDDFF;
--navy-200: #BDC0FF;
--navy-300: #8A90FF;
--navy-400: #4D55FF;
--navy-500: #1A25FF;
--navy-600: #000BE0;
--navy-700: #0009B3;
--navy-800: #000680;
--navy-900: #000452;
--navy-950: #000333;
}