Navy
#2400B3
BlueColor Codes
All color formats for development
HEX
#2400B3RGB
rgb(36, 0, 179)HSL
hsl(252, 100%, 35%)OKLCH
oklch(0.36 0.232 271.8)CMYK
cmyk(80%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2000A1
2#1D008F
3#19007D
4#15006B
5#120059
6#0E0047
7#0B0036
8#070024
9#040012
Tints
Lighter variations
1#2A00D4
2#3100F5
3#4517FF
4#6038FF
5#7A59FF
6#957AFF
7#AF9CFF
8#CABDFF
9#E4DEFF
Tones
Muted variations
1#2909AA
2#2E12A1
3#341B98
4#39248F
5#3E2D86
6#44367D
7#493E74
8#4F476B
9#545062
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;
}