Navy
#202092
BlueColor Codes
All color formats for development
HEX
#202092RGB
rgb(32, 32, 146)HSL
hsl(240, 64%, 35%)OKLCH
oklch(0.342 0.178 271.8)CMYK
cmyk(78%, 78%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1D84
2#1A1A75
3#161666
4#131358
5#101049
6#0D0D3B
7#0A0A2C
8#06061D
9#03030F
Tints
Lighter variations
1#2626AE
2#2C2CC9
3#4141D5
4#5C5CDB
5#7777E1
6#9292E7
7#ADADED
8#C9C9F3
9#E4E4F9
Tones
Muted variations
1#26268D
2#2C2C87
3#313181
4#37377C
5#3D3D76
6#424270
7#48486A
8#4E4E65
9#54545F
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 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FEA | BordersInactive statesPlaceholder text |
| 400 | 6D6D #6D6DDF | Disabled statesSecondary iconsMuted text |
| 500 | 4343 #4343D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2828 #2828B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2020 #202092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1717 #171769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | 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: #C9C9F3;
--navy-300: #9F9FEA;
--navy-400: #6D6DDF;
--navy-500: #4343D6;
--navy-600: #2828B8;
--navy-700: #202092;
--navy-800: #171769;
--navy-900: #0F0F43;
--navy-950: #09092A;
}