Navy
#1B1B64
BlueColor Codes
All color formats for development
HEX
#1B1B64RGB
rgb(27, 27, 100)HSL
hsl(240, 57%, 25%)OKLCH
oklch(0.279 0.124 274.8)CMYK
cmyk(73%, 73%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19195A
2#161650
3#131346
4#10103C
5#0E0E32
6#0B0B28
7#08081E
8#050514
9#03030A
Tints
Lighter variations
1#242482
2#2C2CA0
3#3434BE
4#4B4BCE
5#6969D6
6#8787DE
7#A5A5E6
8#C3C3EF
9#E1E1F7
Tones
Muted variations
1#1F1F60
2#23235D
3#262659
4#2A2A56
5#2E2E52
6#31314E
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 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A3 #A3A3E6 | BordersInactive statesPlaceholder text |
| 400 | 7373 #7373D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4B #4B4BCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3030 #3030B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2626 #26268C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | 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: #E3E3F7;
--navy-200: #CBCBF1;
--navy-300: #A3A3E6;
--navy-400: #7373D9;
--navy-500: #4B4BCE;
--navy-600: #3030B0;
--navy-700: #26268C;
--navy-800: #1B1B64;
--navy-900: #121240;
--navy-950: #0B0B28;
}