Navy
#2105AD
BlueColor Codes
All color formats for development
HEX
#2105ADRGB
rgb(33, 5, 173)HSL
hsl(250, 94%, 35%)OKLCH
oklch(0.352 0.225 271.2)CMYK
cmyk(81%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E059C
2#1B048B
3#170479
4#140368
5#110357
6#0D0245
7#0A0234
8#070123
9#030111
Tints
Lighter variations
1#2806CD
2#2E07ED
3#421EF8
4#5D3EF9
5#785EFA
6#937EFB
7#AE9FFC
8#C9BFFD
9#E4DFFE
Tones
Muted variations
1#270EA5
2#2D169C
3#321F94
4#38278C
5#3D2F83
6#43387B
7#484072
8#4E486A
9#545162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08D #A08DFB | BordersInactive statesPlaceholder text |
| 400 | 6E52 #6E52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4420 #4420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A07 #2A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2105 #2105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F024F | 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: #E2DCFE;
--navy-200: #C9BFFD;
--navy-300: #A08DFB;
--navy-400: #6E52FA;
--navy-500: #4420F8;
--navy-600: #2A07DA;
--navy-700: #2105AD;
--navy-800: #18047C;
--navy-900: #0F024F;
--navy-950: #0A0231;
}