Navy
#1D149F
BlueColor Codes
All color formats for development
HEX
#1D149FRGB
rgb(29, 20, 159)HSL
hsl(244, 78%, 35%)OKLCH
oklch(0.342 0.204 270.6)CMYK
cmyk(82%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A128F
2#17107F
3#140E6F
4#110C5F
5#0E0A4F
6#0C0840
7#090630
8#060420
9#030210
Tints
Lighter variations
1#2217BC
2#281BDA
3#3D30E5
4#584EE9
5#746BED
6#9089F0
7#ACA6F4
8#C7C4F8
9#E3E1FB
Tones
Muted variations
1#231B98
2#292291
3#2F298A
4#352F83
5#3B367C
6#413D75
7#47446E
8#4D4B67
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6960 #6960EB | Disabled statesSecondary iconsMuted text |
| 500 | 3F33 #3F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2419 #2419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D14 #1D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150E #150E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D09 #0D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C4F8;
--navy-300: #9D97F2;
--navy-400: #6960EB;
--navy-500: #3F33E6;
--navy-600: #2419C8;
--navy-700: #1D149F;
--navy-800: #150E71;
--navy-900: #0D0949;
--navy-950: #08062D;
}