Navy
#150A48
BlueColor Codes
All color formats for development
HEX
#150A48RGB
rgb(21, 10, 72)HSL
hsl(251, 76%, 16%)OKLCH
oklch(0.215 0.106 280.7)CMYK
cmyk(71%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130941
2#110839
3#0F0732
4#0D062B
5#0B0524
6#08041D
7#060316
8#04020E
9#020107
Tints
Lighter variations
1#200F6E
2#2B1493
3#3619B9
4#421EDF
5#6043E5
6#8068EA
7#A08EF0
8#C0B4F5
9#DFD9FA
Tones
Muted variations
1#170D45
2#191042
3#1B133F
4#1D163B
5#1F1938
6#211C35
7#231F32
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 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC5 #CEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A898 #A898F1 | BordersInactive statesPlaceholder text |
| 400 | 7B62 #7B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5535 #5535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A1B #3A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 150A #150A48 | 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: #E5E0FB;
--navy-200: #CEC5F7;
--navy-300: #A898F1;
--navy-400: #7B62EA;
--navy-500: #5535E3;
--navy-600: #3A1BC5;
--navy-700: #2E159D;
--navy-800: #210F70;
--navy-900: #150A48;
--navy-950: #0D062D;
}