Navy
#140679
BlueColor Codes
All color formats for development
HEX
#140679RGB
rgb(20, 6, 121)HSL
hsl(247, 91%, 25%)OKLCH
oklch(0.275 0.171 271.1)CMYK
cmyk(83%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11056E
2#0F0561
3#0D0455
4#0C0349
5#0A033D
6#080231
7#060225
8#040118
9#02010C
Tints
Lighter variations
1#19079E
2#1F09C3
3#250BE7
4#3C24F5
5#5D48F6
6#7D6DF8
7#9E91FA
8#BEB6FC
9#DFDAFD
Tones
Muted variations
1#180C74
2#1C116E
3#211768
4#251D63
5#2A235D
6#2E2957
7#322E51
8#37344B
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8F #9B8FFA | BordersInactive statesPlaceholder text |
| 400 | 6755 #6755F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3C24 #3C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 220A #220AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B08 #1B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1306 #13067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFD;
--navy-200: #C7C0FC;
--navy-300: #9B8FFA;
--navy-400: #6755F7;
--navy-500: #3C24F5;
--navy-600: #220AD6;
--navy-700: #1B08AA;
--navy-800: #13067A;
--navy-900: #0C044E;
--navy-950: #080231;
}