Navy
#1C2097
BlueColor Codes
All color formats for development
HEX
#1C2097RGB
rgb(28, 32, 151)HSL
hsl(238, 69%, 35%)OKLCH
oklch(0.345 0.186 270.1)CMYK
cmyk(81%, 79%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191D88
2#161979
3#13166A
4#11135A
5#0E104B
6#0B0D3C
7#080A2D
8#06061E
9#03030F
Tints
Lighter variations
1#2126B3
2#262CCF
3#3B40DB
4#575CE0
5#7377E5
6#8F92EA
7#ABADF0
8#C7C9F5
9#E3E4FA
Tones
Muted variations
1#222691
2#282B8B
3#2E3184
4#34377E
5#3A3D78
6#414272
7#47486C
8#4D4E66
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FED | BordersInactive statesPlaceholder text |
| 400 | 686C #686CE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D42 #3D42DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2328 #2328BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C20 #1C2097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E2F9;
--navy-200: #C7C9F5;
--navy-300: #9C9FED;
--navy-400: #686CE3;
--navy-500: #3D42DB;
--navy-600: #2328BE;
--navy-700: #1C2097;
--navy-800: #14176C;
--navy-900: #0D0F45;
--navy-950: #08092B;
}