Navy
#18149F
BlueColor Codes
All color formats for development
HEX
#18149FRGB
rgb(24, 20, 159)HSL
hsl(242, 78%, 35%)OKLCH
oklch(0.339 0.205 269.1)CMYK
cmyk(85%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16128F
2#13107F
3#110E6F
4#0F0C5F
5#0C0A4F
6#0A0840
7#070630
8#050420
9#020210
Tints
Lighter variations
1#1D17BC
2#211BDA
3#3730E5
4#534EE9
5#706BED
6#8C89F0
7#A9A6F4
8#C6C4F8
9#E2E1FB
Tones
Muted variations
1#1F1B98
2#252291
3#2C298A
4#322F83
5#39367C
6#3F3D75
7#46446E
8#4C4B67
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6560 #6560EB | Disabled statesSecondary iconsMuted text |
| 500 | 3933 #3933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F19 #1F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1814 #18149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110E #110E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C6C4F8;
--navy-300: #9A97F2;
--navy-400: #6560EB;
--navy-500: #3933E6;
--navy-600: #1F19C8;
--navy-700: #18149F;
--navy-800: #110E71;
--navy-900: #0B0949;
--navy-950: #07062D;
}