Navy
#2312A1
BlueColor Codes
All color formats for development
HEX
#2312A1RGB
rgb(35, 18, 161)HSL
hsl(247, 80%, 35%)OKLCH
oklch(0.346 0.206 272.6)CMYK
cmyk(78%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F1091
2#1C0E81
3#180C70
4#150B60
5#110950
6#0E0740
7#0A0530
8#070420
9#030210
Tints
Lighter variations
1#2915BE
2#2F18DC
3#442EE8
4#5F4CEB
5#796AEE
6#9488F2
7#AFA5F5
8#CAC3F8
9#E4E1FC
Tones
Muted variations
1#28199A
2#2D2092
3#33278B
4#382E84
5#3E367D
6#433D76
7#49446F
8#4E4B68
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 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F3 | BordersInactive statesPlaceholder text |
| 400 | 6F5E #6F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4630 #4630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B16 #2B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2312 #2312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1008 #100849 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #CAC3F8;
--navy-300: #A095F3;
--navy-400: #6F5EED;
--navy-500: #4630E8;
--navy-600: #2B16CA;
--navy-700: #2312A1;
--navy-800: #190D73;
--navy-900: #100849;
--navy-950: #0A052E;
}