Navy
#1F1F93
BlueColor Codes
All color formats for development
HEX
#1F1F93RGB
rgb(31, 31, 147)HSL
hsl(240, 65%, 35%)OKLCH
oklch(0.341 0.181 271.5)CMYK
cmyk(79%, 79%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1C85
2#191976
3#161667
4#131358
5#10104A
6#0C0C3B
7#09092C
8#06061D
9#03030F
Tints
Lighter variations
1#2525AF
2#2B2BCA
3#4040D6
4#5B5BDC
5#7676E2
6#9292E8
7#ADADEE
8#C8C8F3
9#E4E4F9
Tones
Muted variations
1#25258D
2#2B2B88
3#313182
4#36367C
5#3C3C76
6#424270
7#48486B
8#4E4E65
9#53535F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEA | BordersInactive statesPlaceholder text |
| 400 | 6C6C #6C6CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4242 #4242D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2727 #2727B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F1F #1F1F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #161669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FC;
--navy-100: #E2E2F9;
--navy-200: #C8C8F3;
--navy-300: #9E9EEA;
--navy-400: #6C6CE0;
--navy-500: #4242D7;
--navy-600: #2727B9;
--navy-700: #1F1F93;
--navy-800: #161669;
--navy-900: #0E0E43;
--navy-950: #09092A;
}