Navy
#141A6B
BlueColor Codes
All color formats for development
HEX
#141A6BRGB
rgb(20, 26, 107)HSL
hsl(236, 69%, 25%)OKLCH
oklch(0.281 0.137 270.5)CMYK
cmyk(81%, 76%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121761
2#101556
3#0E124B
4#0C0F41
5#0A0D36
6#080A2B
7#060820
8#040516
9#02030B
Tints
Lighter variations
1#1A218C
2#2029AC
3#2631CD
4#3D48DB
5#5D66E1
6#7E85E7
7#9EA3ED
8#BEC2F3
9#DFE0F9
Tones
Muted variations
1#181D67
2#1D2163
3#21255F
4#25295A
5#2A2D56
6#2E3151
7#33344D
8#373849
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA1 #9CA1ED | BordersInactive statesPlaceholder text |
| 400 | 6870 #6870E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D48 #3D48DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232D #232DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C24 #1C2497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141A #141A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E2F9;
--navy-200: #C7CAF5;
--navy-300: #9CA1ED;
--navy-400: #6870E3;
--navy-500: #3D48DB;
--navy-600: #232DBE;
--navy-700: #1C2497;
--navy-800: #141A6C;
--navy-900: #0D1045;
--navy-950: #080A2B;
}