Navy
#1811A2
BlueColor Codes
All color formats for development
HEX
#1811A2RGB
rgb(24, 17, 162)HSL
hsl(243, 81%, 35%)OKLCH
oklch(0.341 0.21 269)CMYK
cmyk(85%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160F91
2#130E81
3#110C71
4#0F0A61
5#0C0851
6#0A0741
7#070530
8#050320
9#020210
Tints
Lighter variations
1#1D14C0
2#2117DE
3#362DE9
4#534BEC
5#7069EF
6#8C87F2
7#A9A5F6
8#C6C3F9
9#E2E1FC
Tones
Muted variations
1#1F189A
2#251F93
3#2C278C
4#322E85
5#39357D
6#3F3C76
7#46446F
8#4C4B68
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F4 | BordersInactive statesPlaceholder text |
| 400 | 655D #655DEE | Disabled statesSecondary iconsMuted text |
| 500 | 392F #392FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E15 #1E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1811 #1811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110C #110C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B084A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DFFC;
--navy-200: #C6C3F9;
--navy-300: #9A95F4;
--navy-400: #655DEE;
--navy-500: #392FE9;
--navy-600: #1E15CB;
--navy-700: #1811A2;
--navy-800: #110C73;
--navy-900: #0B084A;
--navy-950: #07052E;
}