Navy
#1B1B98
BlueColor Codes
All color formats for development
HEX
#1B1B98RGB
rgb(27, 27, 152)HSL
hsl(240, 70%, 35%)OKLCH
oklch(0.34 0.191 270.1)CMYK
cmyk(82%, 82%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181889
2#151579
3#13136A
4#10105B
5#0D0D4C
6#0B0B3D
7#08082E
8#05051E
9#03030F
Tints
Lighter variations
1#2020B4
2#2525D0
3#3A3ADC
4#5656E1
5#7272E6
6#8E8EEB
7#AAAAF0
8#C7C7F5
9#E3E3FA
Tones
Muted variations
1#212191
2#27278B
3#2E2E85
4#34347F
5#3A3A78
6#404072
7#47476C
8#4D4D66
9#53535F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9B #9B9BED | BordersInactive statesPlaceholder text |
| 400 | 6767 #6767E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3C #3C3CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2222 #2222BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1B #1B1B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1313 #13136C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0C #0C0C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E1FA;
--navy-200: #C7C7F5;
--navy-300: #9B9BED;
--navy-400: #6767E4;
--navy-500: #3C3CDD;
--navy-600: #2222BF;
--navy-700: #1B1B98;
--navy-800: #13136C;
--navy-900: #0C0C45;
--navy-950: #08082B;
}