Navy
#140AA9
BlueColor Codes
All color formats for development
HEX
#140AA9RGB
rgb(20, 10, 169)HSL
hsl(244, 89%, 35%)OKLCH
oklch(0.344 0.222 267.7)CMYK
cmyk(88%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120998
2#100887
3#0E0776
4#0C0665
5#0A0554
6#080443
7#060333
8#040222
9#020111
Tints
Lighter variations
1#180CC8
2#1C0DE7
3#3124F2
4#4F43F4
5#6C62F6
6#8A82F8
7#A7A1FA
8#C4C0FB
9#E2E0FD
Tones
Muted variations
1#1B12A1
2#221A99
3#292291
4#302A89
5#373281
6#3E3979
7#454171
8#4B4969
9#525161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6156 #6156F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3426 #3426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A0C #1A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140A #140AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F07 #0F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDDFD;
--navy-200: #C4C0FB;
--navy-300: #9790F9;
--navy-400: #6156F5;
--navy-500: #3426F2;
--navy-600: #1A0CD4;
--navy-700: #140AA9;
--navy-800: #0F0778;
--navy-900: #09044D;
--navy-950: #060330;
}