Navy
#002280
BlueColor Codes
All color formats for development
HEX
#002280RGB
rgb(0, 34, 128)HSL
hsl(224, 100%, 25%)OKLCH
oklch(0.312 0.161 263.2)CMYK
cmyk(100%, 73%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001F73
2#001B66
3#001859
4#00144D
5#001140
6#000E33
7#000A26
8#00071A
9#00030D
Tints
Lighter variations
1#002CA6
2#0036CC
3#0041F2
4#1A57FF
5#4073FF
6#668FFF
7#8CABFF
8#B3C7FF
9#D9E3FF
Tones
Muted variations
1#062579
2#0D2873
3#132B6C
4#192E66
5#203160
6#263459
7#2D3753
8#333A4D
9#393D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCE #BDCEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA9 #8AA9FF | BordersInactive statesPlaceholder text |
| 400 | 4D7C #4D7CFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A57 #1A57FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 003C #003CE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0030 #0030B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0022 #002280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0016 #001652 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DBE5FF;
--navy-200: #BDCEFF;
--navy-300: #8AA9FF;
--navy-400: #4D7CFF;
--navy-500: #1A57FF;
--navy-600: #003CE0;
--navy-700: #0030B3;
--navy-800: #002280;
--navy-900: #001652;
--navy-950: #000E33;
}