Navy
#100D73
BlueColor Codes
All color formats for development
HEX
#100D73RGB
rgb(16, 13, 115)HSL
hsl(242, 80%, 25%)OKLCH
oklch(0.271 0.161 269.7)CMYK
cmyk(86%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0B67
2#0D0A5C
3#0B0950
4#0A0845
5#080639
6#06052E
7#050422
8#030317
9#02010B
Tints
Lighter variations
1#151195
2#1A14B8
3#1F18DA
4#3730E8
5#5853EC
6#7975F0
7#9B98F4
8#BCBAF7
9#DEDDFB
Tones
Muted variations
1#15126E
2#1A1769
3#1E1C63
4#23215E
5#282659
6#2D2B54
7#31304F
8#36364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9995 #9995F3 | BordersInactive statesPlaceholder text |
| 400 | 635E #635EED | Disabled statesSecondary iconsMuted text |
| 500 | 3730 #3730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C16 #1C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1712 #1712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100D #100D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A0849 | 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: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C5C3F8;
--navy-300: #9995F3;
--navy-400: #635EED;
--navy-500: #3730E8;
--navy-600: #1C16CA;
--navy-700: #1712A1;
--navy-800: #100D73;
--navy-900: #0A0849;
--navy-950: #06052E;
}