Navy
#140A48
BlueColor Codes
All color formats for development
HEX
#140A48RGB
rgb(20, 10, 72)HSL
hsl(250, 76%, 16%)OKLCH
oklch(0.214 0.107 279.8)CMYK
cmyk(72%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120941
2#100839
3#0E0732
4#0C062B
5#0A0524
6#08041D
7#060316
8#04020E
9#020107
Tints
Lighter variations
1#1F0F6E
2#291493
3#3419B9
4#3E1EDF
5#5E43E5
6#7E68EA
7#9E8EF0
8#BEB4F5
9#DFD9FA
Tones
Muted variations
1#160D45
2#181042
3#1A133F
4#1C163B
5#1E1938
6#211C35
7#231F32
8#25232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F1 | BordersInactive statesPlaceholder text |
| 400 | 7962 #7962EA | Disabled statesSecondary iconsMuted text |
| 500 | 5235 #5235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 371B #371BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C15 #2C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0F #1F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A48 | 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: #F3F2FD;
--navy-100: #E4E0FB;
--navy-200: #CDC5F7;
--navy-300: #A798F1;
--navy-400: #7962EA;
--navy-500: #5235E3;
--navy-600: #371BC5;
--navy-700: #2C159D;
--navy-800: #1F0F70;
--navy-900: #140A48;
--navy-950: #0D062D;
}