Navy
#210778
BlueColor Codes
All color formats for development
HEX
#210778RGB
rgb(33, 7, 120)HSL
hsl(254, 89%, 25%)OKLCH
oklch(0.284 0.166 278)CMYK
cmyk(73%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E066C
2#1B0660
3#170554
4#140448
5#11043C
6#0D0330
7#0A0224
8#070118
9#03010C
Tints
Lighter variations
1#2C099D
2#360BC1
3#400DE5
4#5626F2
5#724AF4
6#8E6EF7
7#AA93F9
8#C7B7FB
9#E3DBFD
Tones
Muted variations
1#250D73
2#28126D
3#2B1867
4#2E1E62
5#31235C
6#342956
7#372F51
8#3A344B
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A990 #A990F9 | BordersInactive statesPlaceholder text |
| 400 | 7B56 #7B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5626 #5626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B0C #3B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0A #2F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2107 #210778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DDFD;
--navy-200: #CEC0FB;
--navy-300: #A990F9;
--navy-400: #7B56F5;
--navy-500: #5626F2;
--navy-600: #3B0CD4;
--navy-700: #2F0AA9;
--navy-800: #210778;
--navy-900: #15044D;
--navy-950: #0D0330;
}