Navy
#1F2393
BlueColor Codes
All color formats for development
HEX
#1F2393RGB
rgb(31, 35, 147)HSL
hsl(238, 65%, 35%)OKLCH
oklch(0.347 0.177 271)CMYK
cmyk(79%, 76%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2085
2#191C76
3#161967
4#131558
5#10124A
6#0C0E3B
7#090B2C
8#06071D
9#03040F
Tints
Lighter variations
1#252AAF
2#2B30CA
3#4045D6
4#5B5FDC
5#767AE2
6#9294E8
7#ADAFEE
8#C8CAF3
9#E4E4F9
Tones
Muted variations
1#25298D
2#2B2E88
3#313382
4#36397C
5#3C3E76
6#424470
7#48496B
8#4E4E65
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA1 #9EA1EA | BordersInactive statesPlaceholder text |
| 400 | 6C70 #6C70E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4247 #4247D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 272C #272CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F23 #1F2393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1619 #161969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E10 #0E1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FC;
--navy-100: #E2E2F9;
--navy-200: #C8CAF3;
--navy-300: #9EA1EA;
--navy-400: #6C70E0;
--navy-500: #4247D7;
--navy-600: #272CB9;
--navy-700: #1F2393;
--navy-800: #161969;
--navy-900: #0E1043;
--navy-950: #090A2A;
}