Navy
#2411A2
BlueColor Codes
All color formats for development
HEX
#2411A2RGB
rgb(36, 17, 162)HSL
hsl(248, 81%, 35%)OKLCH
oklch(0.347 0.207 273)CMYK
cmyk(78%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210F91
2#1D0E81
3#190C71
4#160A61
5#120851
6#0E0741
7#0B0530
8#070320
9#040210
Tints
Lighter variations
1#2B14C0
2#3217DE
3#462DE9
4#604BEC
5#7B69EF
6#9587F2
7#B0A5F6
8#CAC3F9
9#E5E1FC
Tones
Muted variations
1#2A189A
2#2F1F93
3#34278C
4#392E85
5#3F357D
6#443C76
7#49446F
8#4F4B68
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F4 | BordersInactive statesPlaceholder text |
| 400 | 715D #715DEE | Disabled statesSecondary iconsMuted text |
| 500 | 482F #482FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E15 #2E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2411 #2411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0C #1A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #11084A | 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: #F3F1FE;
--navy-100: #E3DFFC;
--navy-200: #CAC3F9;
--navy-300: #A295F4;
--navy-400: #715DEE;
--navy-500: #482FE9;
--navy-600: #2E15CB;
--navy-700: #2411A2;
--navy-800: #1A0C73;
--navy-900: #11084A;
--navy-950: #0A052E;
}