Navy
#212591
BlueColor Codes
All color formats for development
HEX
#212591RGB
rgb(33, 37, 145)HSL
hsl(238, 63%, 35%)OKLCH
oklch(0.348 0.172 271.6)CMYK
cmyk(77%, 74%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2183
2#1A1D74
3#171A66
4#141657
5#111249
6#0D0F3A
7#0A0B2C
8#07071D
9#03040F
Tints
Lighter variations
1#272CAC
2#2D32C8
3#4247D4
4#5D61DA
5#787BE0
6#9396E6
7#AEB0ED
8#C9CAF3
9#E4E5F9
Tones
Muted variations
1#272A8C
2#2C2F86
3#323581
4#383A7B
5#3D3F75
6#434470
7#484A6A
8#4E4F64
9#54545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA2 #9FA2E9 | BordersInactive statesPlaceholder text |
| 400 | 6E71 #6E71DE | Disabled statesSecondary iconsMuted text |
| 500 | 4449 #4449D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2E #2A2EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2125 #212591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 181A #181A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F11 #0F1143 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E3F8;
--navy-200: #C9CAF3;
--navy-300: #9FA2E9;
--navy-400: #6E71DE;
--navy-500: #4449D5;
--navy-600: #2A2EB7;
--navy-700: #212591;
--navy-800: #181A68;
--navy-900: #0F1143;
--navy-950: #090B2A;
}