Navy
#202492
BlueColor Codes
All color formats for development
HEX
#202492RGB
rgb(32, 36, 146)HSL
hsl(238, 64%, 35%)OKLCH
oklch(0.347 0.174 271.3)CMYK
cmyk(78%, 75%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2084
2#1A1D75
3#161966
4#131658
5#101249
6#0D0E3B
7#0A0B2C
8#06071D
9#03040F
Tints
Lighter variations
1#262BAE
2#2C31C9
3#4146D5
4#5C60DB
5#777BE1
6#9295E7
7#ADB0ED
8#C9CAF3
9#E4E5F9
Tones
Muted variations
1#26298D
2#2C2F87
3#313481
4#37397C
5#3D3F76
6#424470
7#48496A
8#4E4F65
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 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1EA | BordersInactive statesPlaceholder text |
| 400 | 6D70 #6D70DF | Disabled statesSecondary iconsMuted text |
| 500 | 4348 #4348D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 282D #282DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2024 #202492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171A #171A69 | 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: #C9CAF3;
--navy-300: #9FA1EA;
--navy-400: #6D70DF;
--navy-500: #4348D6;
--navy-600: #282DB8;
--navy-700: #202492;
--navy-800: #171A69;
--navy-900: #0F1043;
--navy-950: #090A2A;
}