Navy
#14206B
BlueColor Codes
All color formats for development
HEX
#14206BRGB
rgb(20, 32, 107)HSL
hsl(232, 69%, 25%)OKLCH
oklch(0.292 0.13 269.1)CMYK
cmyk(81%, 70%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121C61
2#101956
3#0E164B
4#0C1341
5#0A1036
6#080D2B
7#060920
8#040616
9#02030B
Tints
Lighter variations
1#1A298C
2#2032AC
3#263CCD
4#3D52DB
5#5D6FE1
6#7E8CE7
7#9EA9ED
8#BEC5F3
9#DFE2F9
Tones
Muted variations
1#182367
2#1D2663
3#21295F
4#252C5A
5#2A3056
6#2E3351
7#33364D
8#373949
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA7 #9CA7ED | BordersInactive statesPlaceholder text |
| 400 | 6879 #6879E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D52 #3D52DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2337 #2337BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2C #1C2C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141F #141F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E4F9;
--navy-200: #C7CDF5;
--navy-300: #9CA7ED;
--navy-400: #6879E3;
--navy-500: #3D52DB;
--navy-600: #2337BE;
--navy-700: #1C2C97;
--navy-800: #141F6C;
--navy-900: #0D1445;
--navy-950: #080D2B;
}