Navy
#002F80
BlueColor Codes
All color formats for development
HEX
#002F80RGB
rgb(0, 47, 128)HSL
hsl(218, 100%, 25%)OKLCH
oklch(0.338 0.145 260.9)CMYK
cmyk(100%, 63%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002A73
2#002566
3#002159
4#001C4D
5#001740
6#001333
7#000E26
8#00091A
9#00050D
Tints
Lighter variations
1#003DA6
2#004BCC
3#0059F2
4#1A6EFF
5#4086FF
6#669EFF
7#8CB6FF
8#B3CFFF
9#D9E7FF
Tones
Muted variations
1#063079
2#0D3273
3#13346C
4#193666
5#203760
6#263959
7#2D3B53
8#333C4D
9#393E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD5 #BDD5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB5 #8AB5FF | BordersInactive statesPlaceholder text |
| 400 | 4D8E #4D8EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6E #1A6EFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0052 #0052E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0041 #0041B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002F #002F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001E #001E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0013 #001333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DBE8FF;
--navy-200: #BDD5FF;
--navy-300: #8AB5FF;
--navy-400: #4D8EFF;
--navy-500: #1A6EFF;
--navy-600: #0052E0;
--navy-700: #0041B3;
--navy-800: #002F80;
--navy-900: #001E52;
--navy-950: #001333;
}