Navy
#0A0052
BlueColor Codes
All color formats for development
HEX
#0A0052RGB
rgb(10, 0, 82)HSL
hsl(247, 100%, 16%)OKLCH
oklch(0.205 0.133 271.2)CMYK
cmyk(88%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090049
2#080041
3#070039
4#060031
5#050029
6#040021
7#030018
8#020010
9#010008
Tints
Lighter variations
1#0F007C
2#1400A7
3#1900D2
4#1E00FD
5#4229FF
6#6854FF
7#8D7EFF
8#B3A9FF
9#D9D4FF
Tones
Muted variations
1#0D044E
2#100849
3#130C45
4#161041
5#19143D
6#1C1839
7#1F1D35
8#232131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDBFF;
--navy-200: #C4BDFF;
--navy-300: #978AFF;
--navy-400: #614DFF;
--navy-500: #341AFF;
--navy-600: #1A00E0;
--navy-700: #1500B3;
--navy-800: #0F0080;
--navy-900: #0A0052;
--navy-950: #060033;
}