Navy
#100A75
BlueColor Codes
All color formats for development
HEX
#100A75RGB
rgb(16, 10, 117)HSL
hsl(243, 84%, 25%)OKLCH
oklch(0.271 0.165 269.6)CMYK
cmyk(86%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E096A
2#0C085E
3#0B0752
4#090646
5#08053B
6#06042F
7#050323
8#030217
9#02010C
Tints
Lighter variations
1#140D98
2#1910BC
3#1E13DF
4#352CED
5#574FF0
6#7972F3
7#9A95F6
8#BCB9F9
9#DDDCFC
Tones
Muted variations
1#141070
2#19156B
3#1E1A65
4#232060
5#28255B
6#2C2A55
7#313050
8#36354A
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9893 #9893F6 | BordersInactive statesPlaceholder text |
| 400 | 625B #625BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 352C #352CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B12 #1B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 160E #160EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100A #100A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFC;
--navy-200: #C5C2FA;
--navy-300: #9893F6;
--navy-400: #625BF1;
--navy-500: #352CED;
--navy-600: #1B12CE;
--navy-700: #160EA4;
--navy-800: #100A75;
--navy-900: #0A074B;
--navy-950: #06042F;
}