Navy
#1D0F71
BlueColor Codes
All color formats for development
HEX
#1D0F71RGB
rgb(29, 15, 113)HSL
hsl(249, 77%, 25%)OKLCH
oklch(0.279 0.153 276.3)CMYK
cmyk(74%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0D66
2#180C5A
3#150A4F
4#120944
5#0F0738
6#0C062D
7#090422
8#060317
9#03010B
Tints
Lighter variations
1#261393
2#2F17B5
3#381CD6
4#4E34E5
5#6C56E9
6#8978ED
7#A799F2
8#C4BBF6
9#E2DDFB
Tones
Muted variations
1#21146C
2#241867
3#281D62
4#2B225D
5#2F2758
6#322C53
7#35314E
8#39364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A597 #A597F2 | BordersInactive statesPlaceholder text |
| 400 | 7661 #7661EA | Disabled statesSecondary iconsMuted text |
| 500 | 4E34 #4E34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 341A #341AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2915 #29159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0F #1D0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130948 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E4DFFB;
--navy-200: #CCC4F7;
--navy-300: #A597F2;
--navy-400: #7661EA;
--navy-500: #4E34E5;
--navy-600: #341AC7;
--navy-700: #29159E;
--navy-800: #1D0F71;
--navy-900: #130948;
--navy-950: #0C062D;
}