Navy
#1611A2
BlueColor Codes
All color formats for development
HEX
#1611A2RGB
rgb(22, 17, 162)HSL
hsl(242, 81%, 35%)OKLCH
oklch(0.34 0.211 268.4)CMYK
cmyk(86%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140F91
2#110E81
3#0F0C71
4#0D0A61
5#0B0851
6#090741
7#070530
8#040320
9#020210
Tints
Lighter variations
1#1A14C0
2#1E17DE
3#332DE9
4#504BEC
5#6D69EF
6#8B87F2
7#A8A5F6
8#C5C3F9
9#E2E1FC
Tones
Muted variations
1#1D189A
2#231F93
3#2A278C
4#312E85
5#38357D
6#3E3C76
7#45446F
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 | C5C3 #C5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9895 #9895F4 | BordersInactive statesPlaceholder text |
| 400 | 625D #625DEE | Disabled statesSecondary iconsMuted text |
| 500 | 352F #352FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B15 #1B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1611 #1611A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100C #100C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A084A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DFFC;
--navy-200: #C5C3F9;
--navy-300: #9895F4;
--navy-400: #625DEE;
--navy-500: #352FE9;
--navy-600: #1B15CB;
--navy-700: #1611A2;
--navy-800: #100C73;
--navy-900: #0A084A;
--navy-950: #06052E;
}