Navy
#0B0052
BlueColor Codes
All color formats for development
HEX
#0B0052RGB
rgb(11, 0, 82)HSL
hsl(248, 100%, 16%)OKLCH
oklch(0.206 0.133 271.9)CMYK
cmyk(87%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0049
2#090041
3#080039
4#070031
5#050029
6#040021
7#030018
8#020010
9#010008
Tints
Lighter variations
1#11007C
2#1600A7
3#1C00D2
4#2200FD
5#4529FF
6#6A54FF
7#907EFF
8#B5A9FF
9#DAD4FF
Tones
Muted variations
1#0E044E
2#110849
3#140C45
4#171041
5#1A143D
6#1D1839
7#201D35
8#232131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DB #E0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 998A #998AFF | BordersInactive statesPlaceholder text |
| 400 | 644D #644DFF | Disabled statesSecondary iconsMuted text |
| 500 | 381A #381AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E00 #1E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1800 #1800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1100 #110080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B00 #0B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0700 #070033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DBFF;
--navy-200: #C6BDFF;
--navy-300: #998AFF;
--navy-400: #644DFF;
--navy-500: #381AFF;
--navy-600: #1E00E0;
--navy-700: #1800B3;
--navy-800: #110080;
--navy-900: #0B0052;
--navy-950: #070033;
}