Navy
#1A0F71
BlueColor Codes
All color formats for development
HEX
#1A0F71RGB
rgb(26, 15, 113)HSL
hsl(247, 77%, 25%)OKLCH
oklch(0.277 0.154 274.6)CMYK
cmyk(77%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180D66
2#150C5A
3#120A4F
4#100944
5#0D0738
6#0A062D
7#080422
8#050317
9#03010B
Tints
Lighter variations
1#221393
2#2A17B5
3#321CD6
4#4934E5
5#6756E9
6#8578ED
7#A499F2
8#C2BBF6
9#E1DDFB
Tones
Muted variations
1#1E146C
2#221867
3#251D62
4#29225D
5#2D2758
6#312C53
7#34314E
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 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A297 #A297F2 | BordersInactive statesPlaceholder text |
| 400 | 7161 #7161EA | Disabled statesSecondary iconsMuted text |
| 500 | 4934 #4934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E1A #2E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0F #1A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110948 | 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: #E3DFFB;
--navy-200: #CAC4F7;
--navy-300: #A297F2;
--navy-400: #7161EA;
--navy-500: #4934E5;
--navy-600: #2E1AC7;
--navy-700: #25159E;
--navy-800: #1A0F71;
--navy-900: #110948;
--navy-950: #0A062D;
}