Navy
#220877
BlueColor Codes
All color formats for development
HEX
#220877RGB
rgb(34, 8, 119)HSL
hsl(254, 87%, 25%)OKLCH
oklch(0.284 0.164 278.7)CMYK
cmyk(71%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F076B
2#1B075F
3#180653
4#150548
5#11043C
6#0E0330
7#0A0224
8#070218
9#03010C
Tints
Lighter variations
1#2C0B9B
2#370DBF
3#4110E3
4#5728F0
5#734CF3
6#8F70F5
7#AB94F8
8#C7B7FA
9#E3DBFD
Tones
Muted variations
1#250E72
2#28136C
3#2B1967
4#2E1E61
5#31245B
6#342A56
7#372F50
8#3A354B
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F7 | BordersInactive statesPlaceholder text |
| 400 | 7C58 #7C58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 5728 #5728F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0F #3C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 300C #300CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054C | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DEFD;
--navy-200: #CEC1FB;
--navy-300: #A991F7;
--navy-400: #7C58F3;
--navy-500: #5728F0;
--navy-600: #3C0FD2;
--navy-700: #300CA7;
--navy-800: #220877;
--navy-900: #16054C;
--navy-950: #0E0330;
}