Navy
#14196B
BlueColor Codes
All color formats for development
HEX
#14196BRGB
rgb(20, 25, 107)HSL
hsl(237, 69%, 25%)OKLCH
oklch(0.279 0.138 270.7)CMYK
cmyk(81%, 77%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121661
2#101356
3#0E114B
4#0C0E41
5#0A0C36
6#080A2B
7#060720
8#040516
9#02020B
Tints
Lighter variations
1#1A1F8C
2#2027AC
3#262ECD
4#3D45DB
5#5D64E1
6#7E83E7
7#9EA2ED
8#BEC1F3
9#DFE0F9
Tones
Muted variations
1#181C67
2#1D2063
3#21245F
4#25285A
5#2A2C56
6#2E3051
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 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0ED | BordersInactive statesPlaceholder text |
| 400 | 686E #686EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D45 #3D45DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232B #232BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C22 #1C2297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1418 #14186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | 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: #C7C9F5;
--navy-300: #9CA0ED;
--navy-400: #686EE3;
--navy-500: #3D45DB;
--navy-600: #232BBE;
--navy-700: #1C2297;
--navy-800: #14186C;
--navy-900: #0D0F45;
--navy-950: #080A2B;
}