Navy
#22149F
BlueColor Codes
All color formats for development
HEX
#22149FRGB
rgb(34, 20, 159)HSL
hsl(246, 78%, 35%)OKLCH
oklch(0.345 0.203 272.4)CMYK
cmyk(79%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E128F
2#1B107F
3#170E6F
4#140C5F
5#110A4F
6#0D0840
7#0A0630
8#070420
9#030210
Tints
Lighter variations
1#2817BC
2#2E1BDA
3#4330E5
4#5D4EE9
5#786BED
6#9389F0
7#AEA6F4
8#C9C4F8
9#E4E1FB
Tones
Muted variations
1#271B98
2#2D2291
3#32298A
4#382F83
5#3D367C
6#433D75
7#49446E
8#4E4B67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A097 #A097F2 | BordersInactive statesPlaceholder text |
| 400 | 6E60 #6E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4533 #4533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A19 #2A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2214 #22149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180E #180E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #C9C4F8;
--navy-300: #A097F2;
--navy-400: #6E60EB;
--navy-500: #4533E6;
--navy-600: #2A19C8;
--navy-700: #22149F;
--navy-800: #180E71;
--navy-900: #0F0949;
--navy-950: #0A062D;
}