Navy
#14189F
BlueColor Codes
All color formats for development
HEX
#14189FRGB
rgb(20, 24, 159)HSL
hsl(238, 78%, 35%)OKLCH
oklch(0.342 0.204 267.9)CMYK
cmyk(87%, 85%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12168F
2#10137F
3#0E116F
4#0C0F5F
5#0A0C4F
6#080A40
7#060730
8#040520
9#020210
Tints
Lighter variations
1#171DBC
2#1B21DA
3#3037E5
4#4E53E9
5#6B70ED
6#898CF0
7#A6A9F4
8#C4C6F8
9#E1E2FB
Tones
Muted variations
1#1B1F98
2#222591
3#292C8A
4#2F3283
5#36397C
6#3D3F75
7#44466E
8#4B4C67
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6065 #6065EB | Disabled statesSecondary iconsMuted text |
| 500 | 3339 #3339E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191F #191FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1418 #14189F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E11 #0E1171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C6F8;
--navy-300: #979AF2;
--navy-400: #6065EB;
--navy-500: #3339E6;
--navy-600: #191FC8;
--navy-700: #14189F;
--navy-800: #0E1171;
--navy-900: #090B49;
--navy-950: #06072D;
}