Navy
#150DA5
BlueColor Codes
All color formats for development
HEX
#150DA5RGB
rgb(21, 13, 165)HSL
hsl(243, 85%, 35%)OKLCH
oklch(0.34 0.216 268.1)CMYK
cmyk(87%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130C95
2#110B84
3#0F0974
4#0D0863
5#0A0753
6#080542
7#060432
8#040321
9#020111
Tints
Lighter variations
1#1910C4
2#1D12E2
3#3228EE
4#4F47F0
5#6D66F3
6#8A84F5
7#A7A3F8
8#C4C2FA
9#E2E0FD
Tones
Muted variations
1#1C159E
2#231D96
3#29248E
4#302C87
5#37337F
6#3E3B78
7#454270
8#4C4A68
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 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9792 #9792F6 | BordersInactive statesPlaceholder text |
| 400 | 615A #615AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 342B #342BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A11 #1A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150D #150DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0A #0F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A06 #0A064B | 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: #C4C2FA;
--navy-300: #9792F6;
--navy-400: #615AF2;
--navy-500: #342BEE;
--navy-600: #1A11D0;
--navy-700: #150DA5;
--navy-800: #0F0A76;
--navy-900: #0A064B;
--navy-950: #06042F;
}