Navy
#1C1E97
BlueColor Codes
All color formats for development
HEX
#1C1E97RGB
rgb(28, 30, 151)HSL
hsl(239, 69%, 35%)OKLCH
oklch(0.343 0.187 270.2)CMYK
cmyk(81%, 80%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191B88
2#161879
3#13156A
4#11125A
5#0E0F4B
6#0B0C3C
7#08092D
8#06061E
9#03030F
Tints
Lighter variations
1#2123B3
2#2629CF
3#3B3EDB
4#5759E0
5#7375E5
6#8F90EA
7#ABACF0
8#C7C8F5
9#E3E3FA
Tones
Muted variations
1#222491
2#282A8B
3#2E3084
4#34367E
5#3A3B78
6#414172
7#47476C
8#4D4D66
9#53535F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C8 #C7C8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9D #9C9DED | BordersInactive statesPlaceholder text |
| 400 | 686A #686AE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D40 #3D40DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2325 #2325BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1E #1C1E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1415 #14156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E1F9;
--navy-200: #C7C8F5;
--navy-300: #9C9DED;
--navy-400: #686AE3;
--navy-500: #3D40DB;
--navy-600: #2325BE;
--navy-700: #1C1E97;
--navy-800: #14156C;
--navy-900: #0D0E45;
--navy-950: #08082B;
}