Navy
#220C73
BlueColor Codes
All color formats for development
HEX
#220C73RGB
rgb(34, 12, 115)HSL
hsl(253, 81%, 25%)OKLCH
oklch(0.282 0.157 279.2)CMYK
cmyk(70%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0B68
2#1C0A5C
3#180851
4#150745
5#11063A
6#0E052E
7#0A0423
8#070217
9#03010C
Tints
Lighter variations
1#2D1096
2#3713B9
3#4217DB
4#582FE9
5#7352ED
6#8F75F0
7#AB97F4
8#C7BAF8
9#E3DCFB
Tones
Muted variations
1#25116E
2#281669
3#2B1C64
4#2E215F
5#31265A
6#342B54
7#37304F
8#3A354A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A995 #A995F4 | BordersInactive statesPlaceholder text |
| 400 | 7D5D #7D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 582F #582FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D15 #3D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3011 #3011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220C #220C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #16084A | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DFFC;
--navy-200: #CFC3F9;
--navy-300: #A995F4;
--navy-400: #7D5DEE;
--navy-500: #582FE9;
--navy-600: #3D15CB;
--navy-700: #3011A2;
--navy-800: #220C73;
--navy-900: #16084A;
--navy-950: #0E052E;
}