Navy
#202292
BlueColor Codes
All color formats for development
HEX
#202292RGB
rgb(32, 34, 146)HSL
hsl(239, 64%, 35%)OKLCH
oklch(0.344 0.176 271.6)CMYK
cmyk(78%, 77%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1F84
2#1A1B75
3#161866
4#131458
5#101149
6#0D0E3B
7#0A0A2C
8#06071D
9#03030F
Tints
Lighter variations
1#2628AE
2#2C2FC9
3#4143D5
4#5C5EDB
5#7779E1
6#9294E7
7#ADAFED
8#C9C9F3
9#E4E4F9
Tones
Muted variations
1#26288D
2#2C2D87
3#313381
4#37387C
5#3D3E76
6#424370
7#48496A
8#4E4E65
9#54545F
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 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA0 #9FA0EA | BordersInactive statesPlaceholder text |
| 400 | 6D6F #6D6FDF | Disabled statesSecondary iconsMuted text |
| 500 | 4345 #4345D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 282B #282BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2022 #202292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1718 #171869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | 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: #C9C9F3;
--navy-300: #9FA0EA;
--navy-400: #6D6FDF;
--navy-500: #4345D6;
--navy-600: #282BB8;
--navy-700: #202292;
--navy-800: #171869;
--navy-900: #0F1043;
--navy-950: #090A2A;
}