Navy
#210F71
BlueColor Codes
All color formats for development
HEX
#210F71RGB
rgb(33, 15, 113)HSL
hsl(251, 77%, 25%)OKLCH
oklch(0.282 0.152 278.7)CMYK
cmyk(71%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0D66
2#1A0C5A
3#170A4F
4#140944
5#100738
6#0D062D
7#0A0422
8#070317
9#03010B
Tints
Lighter variations
1#2A1393
2#3417B5
3#3E1CD6
4#5434E5
5#7156E9
6#8D78ED
7#AA99F2
8#C6BBF6
9#E3DDFB
Tones
Muted variations
1#24146C
2#271867
3#2A1D62
4#2D225D
5#302758
6#332C53
7#36314E
8#3A364A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC4 #CEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A897 #A897F2 | BordersInactive statesPlaceholder text |
| 400 | 7A61 #7A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 5434 #5434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 391A #391AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150948 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E4DFFB;
--navy-200: #CEC4F7;
--navy-300: #A897F2;
--navy-400: #7A61EA;
--navy-500: #5434E5;
--navy-600: #391AC7;
--navy-700: #2E159E;
--navy-800: #210F71;
--navy-900: #150948;
--navy-950: #0D062D;
}