Navy
#220AA9
BlueColor Codes
All color formats for development
HEX
#220AA9RGB
rgb(34, 10, 169)HSL
hsl(249, 89%, 35%)OKLCH
oklch(0.35 0.219 271.8)CMYK
cmyk(80%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0998
2#1B0887
3#180776
4#140665
5#110554
6#0D0443
7#0A0333
8#070222
9#030111
Tints
Lighter variations
1#280CC8
2#2E0DE7
3#4324F2
4#5E43F4
5#7862F6
6#9382F8
7#AEA1FA
8#C9C0FB
9#E4E0FD
Tones
Muted variations
1#2712A1
2#2D1A99
3#322291
4#382A89
5#3D3281
6#433979
7#494171
8#4E4969
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A090 #A090F9 | BordersInactive statesPlaceholder text |
| 400 | 6E56 #6E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4526 #4526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0C #2A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220A #220AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1807 #180778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DDFD;
--navy-200: #C9C0FB;
--navy-300: #A090F9;
--navy-400: #6E56F5;
--navy-500: #4526F2;
--navy-600: #2A0CD4;
--navy-700: #220AA9;
--navy-800: #180778;
--navy-900: #0F044D;
--navy-950: #0A0330;
}