Navy
#140B74
BlueColor Codes
All color formats for development
HEX
#140B74RGB
rgb(20, 11, 116)HSL
hsl(245, 83%, 25%)OKLCH
oklch(0.272 0.162 271.4)CMYK
cmyk(83%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120A69
2#10095D
3#0E0852
4#0C0746
5#0A053A
6#08042F
7#060323
8#040217
9#02010C
Tints
Lighter variations
1#1A0E98
2#1F11BB
3#2515DE
4#3D2DEB
5#5D50EF
6#7E73F2
7#9E96F5
8#BEB9F8
9#DFDCFC
Tones
Muted variations
1#18106F
2#1C156A
3#211B65
4#25205F
5#2A255A
6#2E2B55
7#333050
8#37354A
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F5 | BordersInactive statesPlaceholder text |
| 400 | 685C #685CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3D2D #3D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2313 #2313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C0F #1C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DEFC;
--navy-200: #C7C2F9;
--navy-300: #9C94F5;
--navy-400: #685CF0;
--navy-500: #3D2DEB;
--navy-600: #2313CD;
--navy-700: #1C0FA3;
--navy-800: #140B75;
--navy-900: #0D074B;
--navy-950: #08042F;
}