Navy
#1B1D65
BlueColor Codes
All color formats for development
HEX
#1B1D65RGB
rgb(27, 29, 101)HSL
hsl(238, 58%, 25%)OKLCH
oklch(0.284 0.123 274.1)CMYK
cmyk(73%, 71%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181A5B
2#151751
3#131447
4#10123C
5#0D0F32
6#0B0C28
7#08091E
8#050614
9#03030A
Tints
Lighter variations
1#232683
2#2B2FA1
3#3338BF
4#4A4ECF
5#686CD7
6#8689DF
7#A4A7E7
8#C3C4EF
9#E1E2F7
Tones
Muted variations
1#1E2161
2#22245D
3#26285A
4#2A2B56
5#2D2E52
6#31324F
7#35354B
8#383947
9#3C3C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A5 #A2A5E6 | BordersInactive statesPlaceholder text |
| 400 | 7275 #7275DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4E #4A4ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F33 #2F33B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2529 #25298D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1D #1B1D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1113 #111340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F8;
--navy-200: #CBCCF1;
--navy-300: #A2A5E6;
--navy-400: #7275DA;
--navy-500: #4A4ECF;
--navy-600: #2F33B1;
--navy-700: #25298D;
--navy-800: #1B1D65;
--navy-900: #111340;
--navy-950: #0B0C28;
}