Navy
#110C73
BlueColor Codes
All color formats for development
HEX
#110C73RGB
rgb(17, 12, 115)HSL
hsl(243, 81%, 25%)OKLCH
oklch(0.27 0.161 270.1)CMYK
cmyk(85%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100B68
2#0E0A5C
3#0C0851
4#0A0745
5#09063A
6#07052E
7#050423
8#030217
9#02010C
Tints
Lighter variations
1#161096
2#1C13B9
3#2117DB
4#392FE9
5#5A52ED
6#7B75F0
7#9C97F4
8#BDBAF8
9#DEDCFB
Tones
Muted variations
1#16116E
2#1B1669
3#1F1C64
4#24215F
5#29265A
6#2D2B54
7#32304F
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 | 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;
}