Navy
#100C73
BlueColor Codes
All color formats for development
HEX
#100C73RGB
rgb(16, 12, 115)HSL
hsl(242, 81%, 25%)OKLCH
oklch(0.27 0.161 269.7)CMYK
cmyk(86%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0B68
2#0C0A5C
3#0B0851
4#090745
5#08063A
6#06052E
7#050423
8#030217
9#02010C
Tints
Lighter variations
1#141096
2#1913B9
3#1E17DB
4#352FE9
5#5752ED
6#7975F0
7#9A97F4
8#BCBAF8
9#DDDCFB
Tones
Muted variations
1#14116E
2#191669
3#1E1C64
4#23215F
5#28265A
6#2C2B54
7#31304F
8#36354A
9#3B3B45
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;
}