Navy
#140D73
BlueColor Codes
All color formats for development
HEX
#140D73RGB
rgb(20, 13, 115)HSL
hsl(244, 80%, 25%)OKLCH
oklch(0.273 0.16 271.4)CMYK
cmyk(83%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120B67
2#100A5C
3#0E0950
4#0C0845
5#0A0639
6#08052E
7#060422
8#040317
9#02010B
Tints
Lighter variations
1#191195
2#1F14B8
3#2518DA
4#3D30E8
5#5D53EC
6#7D75F0
7#9E98F4
8#BEBAF7
9#DFDDFB
Tones
Muted variations
1#18126E
2#1C1769
3#211C63
4#25215E
5#2A2659
6#2E2B54
7#32304F
8#37364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C3F8;
--navy-300: #9C95F3;
--navy-400: #685EED;
--navy-500: #3D30E8;
--navy-600: #2216CA;
--navy-700: #1B12A1;
--navy-800: #140D73;
--navy-900: #0D0849;
--navy-950: #08052E;
}