Navy
#1B1B65
BlueColor Codes
All color formats for development
HEX
#1B1B65RGB
rgb(27, 27, 101)HSL
hsl(240, 58%, 25%)OKLCH
oklch(0.281 0.126 274.7)CMYK
cmyk(73%, 73%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18185B
2#151551
3#131347
4#10103C
5#0D0D32
6#0B0B28
7#08081E
8#050514
9#03030A
Tints
Lighter variations
1#232383
2#2B2BA1
3#3333BF
4#4A4ACF
5#6868D7
6#8686DF
7#A4A4E7
8#C3C3EF
9#E1E1F7
Tones
Muted variations
1#1E1E61
2#22225D
3#26265A
4#2A2A56
5#2D2D52
6#31314F
7#35354B
8#383847
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 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E6 | BordersInactive statesPlaceholder text |
| 400 | 7272 #7272DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4A #4A4ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F2F #2F2FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F8;
--navy-200: #CBCBF1;
--navy-300: #A2A2E6;
--navy-400: #7272DA;
--navy-500: #4A4ACF;
--navy-600: #2F2FB1;
--navy-700: #25258D;
--navy-800: #1B1B65;
--navy-900: #111140;
--navy-950: #0B0B28;
}