Navy
#2012A1
BlueColor Codes
All color formats for development
HEX
#2012A1RGB
rgb(32, 18, 161)HSL
hsl(246, 80%, 35%)OKLCH
oklch(0.344 0.207 271.6)CMYK
cmyk(80%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1091
2#1A0E81
3#160C70
4#130B60
5#100950
6#0D0740
7#0A0530
8#060420
9#030210
Tints
Lighter variations
1#2615BE
2#2C18DC
3#412EE8
4#5C4CEB
5#776AEE
6#9288F2
7#ADA5F5
8#C9C3F8
9#E4E1FC
Tones
Muted variations
1#26199A
2#2C2092
3#31278B
4#372E84
5#3D367D
6#423D76
7#48446F
8#4E4B68
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F95 #9F95F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5E #6D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4330 #4330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2816 #2816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2012 #2012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F0849 | 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: #F2F1FD;
--navy-100: #E2DFFB;
--navy-200: #C9C3F8;
--navy-300: #9F95F3;
--navy-400: #6D5EED;
--navy-500: #4330E8;
--navy-600: #2816CA;
--navy-700: #2012A1;
--navy-800: #170D73;
--navy-900: #0F0849;
--navy-950: #09052E;
}