Navy
#1E0FA3
BlueColor Codes
All color formats for development
HEX
#1E0FA3RGB
rgb(30, 15, 163)HSL
hsl(246, 83%, 35%)OKLCH
oklch(0.343 0.211 270.8)CMYK
cmyk(82%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0E93
2#180C83
3#150B72
4#120962
5#0F0852
6#0C0641
7#090531
8#060321
9#030210
Tints
Lighter variations
1#2412C2
2#2915E0
3#3E2BEB
4#5A49EE
5#7567F1
6#9186F4
7#ACA4F7
8#C8C2F9
9#E3E1FC
Tones
Muted variations
1#24179C
2#2A1E95
3#30258D
4#362D86
5#3C347E
6#423C77
7#47436F
8#4D4A68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D94 #9D94F5 | BordersInactive statesPlaceholder text |
| 400 | 6A5C #6A5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 402D #402DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2613 #2613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E0F #1E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150B #150B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E07 #0E074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DEFC;
--navy-200: #C8C2F9;
--navy-300: #9D94F5;
--navy-400: #6A5CF0;
--navy-500: #402DEB;
--navy-600: #2613CD;
--navy-700: #1E0FA3;
--navy-800: #150B75;
--navy-900: #0E074B;
--navy-950: #09042F;
}