Navy
#141B6C
BlueColor Codes
All color formats for development
HEX
#141B6CRGB
rgb(20, 27, 108)HSL
hsl(235, 69%, 25%)OKLCH
oklch(0.284 0.137 270.3)CMYK
cmyk(81%, 75%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121861
2#101656
3#0E134B
4#0C1041
5#0A0E36
6#080B2B
7#060820
8#040516
9#02030B
Tints
Lighter variations
1#1A238C
2#202BAC
3#2633CD
4#3D4ADB
5#5D68E1
6#7E87E7
7#9EA5ED
8#BEC3F3
9#DFE1F9
Tones
Muted variations
1#181F67
2#1D2263
3#21265F
4#252A5A
5#2A2D56
6#2E3151
7#33354D
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 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3ED | BordersInactive statesPlaceholder text |
| 400 | 6872 #6872E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4A #3D4ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2330 #2330BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C26 #1C2697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141B #141B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E3F9;
--navy-200: #C7CBF5;
--navy-300: #9CA3ED;
--navy-400: #6872E3;
--navy-500: #3D4ADB;
--navy-600: #2330BE;
--navy-700: #1C2697;
--navy-800: #141B6C;
--navy-900: #0D1145;
--navy-950: #080B2B;
}