Navy
#1B1E64
BlueColor Codes
All color formats for development
HEX
#1B1E64RGB
rgb(27, 30, 100)HSL
hsl(238, 57%, 25%)OKLCH
oklch(0.285 0.12 273.9)CMYK
cmyk(73%, 70%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191B5A
2#161850
3#131546
4#10123C
5#0E0F32
6#0B0C28
7#08091E
8#050614
9#03030A
Tints
Lighter variations
1#242782
2#2C30A0
3#3439BE
4#4B4FCE
5#696DD6
6#878ADE
7#A5A7E6
8#C3C4EF
9#E1E2F7
Tones
Muted variations
1#1F2160
2#23255D
3#262859
4#2A2B56
5#2E2F52
6#31324E
7#35364B
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 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A5 #A3A5E6 | BordersInactive statesPlaceholder text |
| 400 | 7376 #7376D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4F #4B4FCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3035 #3035B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 262A #262A8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | 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: #E3E4F7;
--navy-200: #CBCCF1;
--navy-300: #A3A5E6;
--navy-400: #7376D9;
--navy-500: #4B4FCE;
--navy-600: #3035B0;
--navy-700: #262A8C;
--navy-800: #1B1E64;
--navy-900: #121340;
--navy-950: #0B0C28;
}