Navy
#1500B3
BlueColor Codes
All color formats for development
HEX
#1500B3RGB
rgb(21, 0, 179)HSL
hsl(247, 100%, 35%)OKLCH
oklch(0.352 0.236 267.5)CMYK
cmyk(88%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1300A1
2#11008F
3#0F007D
4#0C006B
5#0A0059
6#080047
7#060036
8#040024
9#020012
Tints
Lighter variations
1#1900D4
2#1D00F5
3#3217FF
4#4F38FF
5#6D59FF
6#8A7AFF
7#A79CFF
8#C4BDFF
9#E2DEFF
Tones
Muted variations
1#1C09AA
2#2312A1
3#291B98
4#30248F
5#372D86
6#3E367D
7#453E74
8#4C476B
9#525062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDBFF;
--navy-200: #C4BDFF;
--navy-300: #978AFF;
--navy-400: #614DFF;
--navy-500: #341AFF;
--navy-600: #1A00E0;
--navy-700: #1500B3;
--navy-800: #0F0080;
--navy-900: #0A0052;
--navy-950: #060033;
}