Navy
#1E159E
BlueColor Codes
All color formats for development
HEX
#1E159ERGB
rgb(30, 21, 158)HSL
hsl(244, 77%, 35%)OKLCH
oklch(0.342 0.202 271)CMYK
cmyk(81%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B128E
2#18107E
3#150E6F
4#120C5F
5#0F0A4F
6#0C083F
7#09062F
8#060420
9#030210
Tints
Lighter variations
1#2318BB
2#291CD9
3#3E32E4
4#594FE8
5#756CEC
6#908AF0
7#ACA7F4
8#C8C4F7
9#E3E2FB
Tones
Muted variations
1#241B97
2#2A2290
3#302989
4#363082
5#3B377C
6#413E75
7#47456E
8#4D4C67
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 | C8C4 #C8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6A61 #6A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 4034 #4034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 251A #251AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E15 #1E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150F #150F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0948 | 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: #C8C4F7;
--navy-300: #9D97F2;
--navy-400: #6A61EA;
--navy-500: #4034E5;
--navy-600: #251AC7;
--navy-700: #1E159E;
--navy-800: #150F71;
--navy-900: #0E0948;
--navy-950: #08062D;
}