Navy
#140F70
BlueColor Codes
All color formats for development
HEX
#140F70RGB
rgb(20, 15, 112)HSL
hsl(243, 76%, 25%)OKLCH
oklch(0.271 0.154 271.6)CMYK
cmyk(82%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120E65
2#100C5A
3#0E0B4F
4#0C0943
5#0A0838
6#08062D
7#060522
8#040316
9#02020B
Tints
Lighter variations
1#1A1492
2#2018B4
3#261DD5
4#3E35E3
5#5E57E8
6#7E78ED
7#9E9AF1
8#BFBCF6
9#DFDDFA
Tones
Muted variations
1#19146B
2#1D1967
3#211E62
4#26235D
5#2A2858
6#2E2C53
7#33314E
8#373649
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E0 #E1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C5 #C7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C98 #9C98F1 | BordersInactive statesPlaceholder text |
| 400 | 6962 #6962EA | Disabled statesSecondary iconsMuted text |
| 500 | 3E35 #3E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 231B #231BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C15 #1C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140F #140F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0A #0D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E0FB;
--navy-200: #C7C5F7;
--navy-300: #9C98F1;
--navy-400: #6962EA;
--navy-500: #3E35E3;
--navy-600: #231BC5;
--navy-700: #1C159D;
--navy-800: #140F70;
--navy-900: #0D0A48;
--navy-950: #08062D;
}