Navy
#1D0E71
BlueColor Codes
All color formats for development
HEX
#1D0E71RGB
rgb(29, 14, 113)HSL
hsl(249, 78%, 25%)OKLCH
oklch(0.278 0.154 276.4)CMYK
cmyk(74%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0D66
2#170B5B
3#140A4F
4#110844
5#0E0739
6#0C062D
7#090422
8#060317
9#03010B
Tints
Lighter variations
1#261294
2#2E16B6
3#371BD8
4#4E33E6
5#6B55EA
6#8977EE
7#A699F2
8#C4BBF7
9#E1DDFB
Tones
Muted variations
1#20136D
2#241868
3#271D63
4#2B225E
5#2E2759
6#322C54
7#35314F
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 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A497 #A497F2 | BordersInactive statesPlaceholder text |
| 400 | 7560 #7560EB | Disabled statesSecondary iconsMuted text |
| 500 | 4E33 #4E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3319 #3319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2914 #29149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0E #1D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | 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: #E3DFFB;
--navy-200: #CCC4F8;
--navy-300: #A497F2;
--navy-400: #7560EB;
--navy-500: #4E33E6;
--navy-600: #3319C8;
--navy-700: #29149F;
--navy-800: #1D0E71;
--navy-900: #130949;
--navy-950: #0C062D;
}