Navy
#140A47
BlueColor Codes
All color formats for development
HEX
#140A47RGB
rgb(20, 10, 71)HSL
hsl(250, 75%, 16%)OKLCH
oklch(0.213 0.105 280.1)CMYK
cmyk(72%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120940
2#100839
3#0E0732
4#0C062B
5#0A0524
6#08041D
7#060315
8#04020E
9#020107
Tints
Lighter variations
1#1F106D
2#2A1592
3#351AB8
4#3F20DD
5#5E44E4
6#7E69EA
7#9F8FEF
8#BFB4F4
9#DFDAFA
Tones
Muted variations
1#160D44
2#181041
3#1B133E
4#1D163B
5#1F1A38
6#211D35
7#232032
8#25232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F0 | BordersInactive statesPlaceholder text |
| 400 | 7963 #7963E9 | Disabled statesSecondary iconsMuted text |
| 500 | 5336 #5336E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 381C #381CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D16 #2D169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2010 #201070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E4E0FB;
--navy-200: #CDC5F7;
--navy-300: #A798F0;
--navy-400: #7963E9;
--navy-500: #5336E2;
--navy-600: #381CC4;
--navy-700: #2D169C;
--navy-800: #201070;
--navy-900: #140A47;
--navy-950: #0D062D;
}