Navy
#100052
BlueColor Codes
All color formats for development
HEX
#100052RGB
rgb(16, 0, 82)HSL
hsl(252, 100%, 16%)OKLCH
oklch(0.21 0.131 275.5)CMYK
cmyk(80%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0049
2#0D0041
3#0B0039
4#0A0031
5#080029
6#070021
7#050018
8#030010
9#020008
Tints
Lighter variations
1#19007C
2#2100A7
3#2A00D2
4#3300FD
5#5429FF
6#7654FF
7#987EFF
8#BAA9FF
9#DDD4FF
Tones
Muted variations
1#13044E
2#150849
3#180C45
4#1A1041
5#1D143D
6#1F1839
7#211D35
8#242131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E2DBFF;
--navy-200: #CABDFF;
--navy-300: #A18AFF;
--navy-400: #704DFF;
--navy-500: #471AFF;
--navy-600: #2D00E0;
--navy-700: #2400B3;
--navy-800: #1A0080;
--navy-900: #100052;
--navy-950: #0A0033;
}