Navy
#000852
BlueColor Codes
All color formats for development
HEX
#000852RGB
rgb(0, 8, 82)HSL
hsl(234, 100%, 16%)OKLCH
oklch(0.211 0.129 264.2)CMYK
cmyk(100%, 90%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000749
2#000741
3#000639
4#000531
5#000429
6#000321
7#000218
8#000210
9#000108
Tints
Lighter variations
1#000C7C
2#0011A7
3#0015D2
4#0019FD
5#293EFF
6#5465FF
7#7E8BFF
8#A9B2FF
9#D4D8FF
Tones
Muted variations
1#040B4E
2#080F49
3#0C1245
4#101541
5#14183D
6#181C39
7#1D1F35
8#212231
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDF #DBDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A95 #8A95FF | BordersInactive statesPlaceholder text |
| 400 | 4D5E #4D5EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A30 #1A30FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0016 #0016E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0012 #0012B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000D #000D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0008 #000852 | Primary textHigh emphasis contentDark headings |
| 950 | 0005 #000533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DBDFFF;
--navy-200: #BDC3FF;
--navy-300: #8A95FF;
--navy-400: #4D5EFF;
--navy-500: #1A30FF;
--navy-600: #0016E0;
--navy-700: #0012B3;
--navy-800: #000D80;
--navy-900: #000852;
--navy-950: #000533;
}