Navy
#2113A0
BlueColor Codes
All color formats for development
HEX
#2113A0RGB
rgb(33, 19, 160)HSL
hsl(246, 79%, 35%)OKLCH
oklch(0.344 0.205 272)CMYK
cmyk(79%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1190
2#1A0F80
3#170D70
4#140B60
5#100950
6#0D0740
7#0A0630
8#070420
9#030210
Tints
Lighter variations
1#2716BD
2#2D1ADB
3#422FE7
4#5D4DEA
5#786BEE
6#9388F1
7#AEA6F5
8#C9C4F8
9#E4E1FC
Tones
Muted variations
1#261A99
2#2C2192
3#32288B
4#372F84
5#3D367D
6#433D75
7#48446E
8#4E4B67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F96 #9F96F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5F #6D5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4432 #4432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2918 #2918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2113 #2113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #C9C4F8;
--navy-300: #9F96F3;
--navy-400: #6D5FEC;
--navy-500: #4432E7;
--navy-600: #2918C9;
--navy-700: #2113A0;
--navy-800: #170D72;
--navy-900: #0F0949;
--navy-950: #09052E;
}