Navy
#2405AD
BlueColor Codes
All color formats for development
HEX
#2405ADRGB
rgb(36, 5, 173)HSL
hsl(251, 94%, 35%)OKLCH
oklch(0.354 0.224 272.2)CMYK
cmyk(79%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21059C
2#1D048B
3#190479
4#160368
5#120357
6#0E0245
7#0B0234
8#070123
9#040111
Tints
Lighter variations
1#2B06CD
2#3207ED
3#461EF8
4#603EF9
5#7B5EFA
6#957EFB
7#B09FFC
8#CABFFD
9#E5DFFE
Tones
Muted variations
1#290EA5
2#2F169C
3#341F94
4#39278C
5#3F2F83
6#44387B
7#494072
8#4F486A
9#545162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A18D #A18DFB | BordersInactive statesPlaceholder text |
| 400 | 7152 #7152FA | Disabled statesSecondary iconsMuted text |
| 500 | 4820 #4820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D07 #2D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2405 #2405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #11024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E3DCFE;
--navy-200: #CABFFD;
--navy-300: #A18DFB;
--navy-400: #7152FA;
--navy-500: #4820F8;
--navy-600: #2D07DA;
--navy-700: #2405AD;
--navy-800: #1A047C;
--navy-900: #11024F;
--navy-950: #0A0231;
}