Navy
#2104AE
BlueColor Codes
All color formats for development
HEX
#2104AERGB
rgb(33, 4, 174)HSL
hsl(250, 96%, 35%)OKLCH
oklch(0.353 0.226 271.1)CMYK
cmyk(81%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D039D
2#1A038C
3#16027A
4#130269
5#100257
6#0D0146
7#0A0134
8#060123
9#030011
Tints
Lighter variations
1#2604CF
2#2C05F0
3#411CFA
4#5C3CFB
5#775DFC
6#927DFC
7#AD9EFD
8#C9BEFE
9#E4DFFE
Tones
Muted variations
1#260CA6
2#2C159E
3#311D95
4#37268D
5#3D2E84
6#42377C
7#484073
8#4E486A
9#545162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BE #C9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8C #9F8CFD | BordersInactive statesPlaceholder text |
| 400 | 6D50 #6D50FB | Disabled statesSecondary iconsMuted text |
| 500 | 431E #431EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2804 #2804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2004 #2004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1703 #17037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E2DCFE;
--navy-200: #C9BEFE;
--navy-300: #9F8CFD;
--navy-400: #6D50FB;
--navy-500: #431EFA;
--navy-600: #2804DC;
--navy-700: #2004AF;
--navy-800: #17037D;
--navy-900: #0F0250;
--navy-950: #090132;
}