Navy
#1A0E71
BlueColor Codes
All color formats for development
HEX
#1A0E71RGB
rgb(26, 14, 113)HSL
hsl(247, 78%, 25%)OKLCH
oklch(0.276 0.155 274.7)CMYK
cmyk(77%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170D66
2#150B5B
3#120A4F
4#0F0844
5#0D0739
6#0A062D
7#080422
8#050317
9#03010B
Tints
Lighter variations
1#211294
2#2916B6
3#311BD8
4#4833E6
5#6655EA
6#8577EE
7#A399F2
8#C2BBF7
9#E0DDFB
Tones
Muted variations
1#1D136D
2#211868
3#251D63
4#29225E
5#2D2759
6#312C54
7#34314F
8#38364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A197 #A197F2 | BordersInactive statesPlaceholder text |
| 400 | 7060 #7060EB | Disabled statesSecondary iconsMuted text |
| 500 | 4833 #4833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D19 #2D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2414 #24149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0E #1A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #CAC4F8;
--navy-300: #A197F2;
--navy-400: #7060EB;
--navy-500: #4833E6;
--navy-600: #2D19C8;
--navy-700: #24149F;
--navy-800: #1A0E71;
--navy-900: #100949;
--navy-950: #0A062D;
}