Navy
#140FA3
BlueColor Codes
All color formats for development
HEX
#140FA3RGB
rgb(20, 15, 163)HSL
hsl(242, 83%, 35%)OKLCH
oklch(0.339 0.214 267.9)CMYK
cmyk(88%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120E93
2#100C83
3#0E0B72
4#0C0962
5#0A0852
6#080641
7#060531
8#040321
9#020210
Tints
Lighter variations
1#1812C2
2#1C15E0
3#312BEB
4#4F49EE
5#6C67F1
6#8986F4
7#A7A4F7
8#C4C2F9
9#E2E1FC
Tones
Muted variations
1#1B179C
2#221E95
3#29258D
4#302D86
5#37347E
6#3E3C77
7#45436F
8#4B4A68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9794 #9794F5 | BordersInactive statesPlaceholder text |
| 400 | 615C #615CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 332D #332DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1913 #1913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140F #140FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0B #0E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0907 #09074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDEFC;
--navy-200: #C4C2F9;
--navy-300: #9794F5;
--navy-400: #615CF0;
--navy-500: #332DEB;
--navy-600: #1913CD;
--navy-700: #140FA3;
--navy-800: #0E0B75;
--navy-900: #09074B;
--navy-950: #06042F;
}