Navy
#1B2065
BlueColor Codes
All color formats for development
HEX
#1B2065RGB
rgb(27, 32, 101)HSL
hsl(236, 58%, 25%)OKLCH
oklch(0.29 0.119 273.1)CMYK
cmyk(73%, 68%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181D5B
2#151951
3#131647
4#10133C
5#0D1032
6#0B0D28
7#080A1E
8#050614
9#03030A
Tints
Lighter variations
1#232983
2#2B33A1
3#333CBF
4#4A53CF
5#686FD7
6#868CDF
7#A4A9E7
8#C3C6EF
9#E1E2F7
Tones
Muted variations
1#1E2361
2#22265D
3#26295A
4#2A2D56
5#2D3052
6#31334F
7#35364B
8#383947
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A7 #A2A7E6 | BordersInactive statesPlaceholder text |
| 400 | 7279 #7279DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A53 #4A53CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F38 #2F38B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B20 #1B2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F4FC;
--navy-100: #E3E4F8;
--navy-200: #CBCDF1;
--navy-300: #A2A7E6;
--navy-400: #7279DA;
--navy-500: #4A53CF;
--navy-600: #2F38B1;
--navy-700: #252C8D;
--navy-800: #1B2065;
--navy-900: #111440;
--navy-950: #0B0D28;
}