Navy
#2100B3
BlueColor Codes
All color formats for development
HEX
#2100B3RGB
rgb(33, 0, 179)HSL
hsl(251, 100%, 35%)OKLCH
oklch(0.358 0.233 270.8)CMYK
cmyk(82%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D00A1
2#1A008F
3#17007D
4#14006B
5#100059
6#0D0047
7#0A0036
8#070024
9#030012
Tints
Lighter variations
1#2700D4
2#2D00F5
3#4117FF
4#5D38FF
5#7859FF
6#937AFF
7#AE9CFF
8#C9BDFF
9#E4DEFF
Tones
Muted variations
1#2609AA
2#2C12A1
3#321B98
4#37248F
5#3D2D86
6#43367D
7#483E74
8#4E476B
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 | C9BD #C9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8A #9F8AFF | BordersInactive statesPlaceholder text |
| 400 | 6D4D #6D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 441A #441AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2900 #2900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2100 #2100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1700 #170080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F00 #0F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0900 #090033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E2DBFF;
--navy-200: #C9BDFF;
--navy-300: #9F8AFF;
--navy-400: #6D4DFF;
--navy-500: #441AFF;
--navy-600: #2900E0;
--navy-700: #2100B3;
--navy-800: #170080;
--navy-900: #0F0052;
--navy-950: #090033;
}