Navy
#1C2297
BlueColor Codes
All color formats for development
HEX
#1C2297RGB
rgb(28, 34, 151)HSL
hsl(237, 69%, 35%)OKLCH
oklch(0.348 0.184 269.9)CMYK
cmyk(81%, 77%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191E88
2#161B79
3#13186A
4#11145A
5#0E114B
6#0B0E3C
7#080A2D
8#06071E
9#03030F
Tints
Lighter variations
1#2128B3
2#262ECF
3#3B43DB
4#575EE0
5#7379E5
6#8F94EA
7#ABAEF0
8#C7C9F5
9#E3E4FA
Tones
Muted variations
1#222791
2#282D8B
3#2E3284
4#34387E
5#3A3E78
6#414372
7#47496C
8#4D4E66
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0ED | BordersInactive statesPlaceholder text |
| 400 | 686E #686EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D45 #3D45DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232B #232BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C22 #1C2297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1418 #14186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E2F9;
--navy-200: #C7C9F5;
--navy-300: #9CA0ED;
--navy-400: #686EE3;
--navy-500: #3D45DB;
--navy-600: #232BBE;
--navy-700: #1C2297;
--navy-800: #14186C;
--navy-900: #0D0F45;
--navy-950: #080A2B;
}