Navy
#16054C
BlueColor Codes
All color formats for development
HEX
#16054CRGB
rgb(22, 5, 76)HSL
hsl(254, 88%, 16%)OKLCH
oklch(0.214 0.117 281.6)CMYK
cmyk(71%, 93%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130445
2#11043D
3#0F0336
4#0D032E
5#0B0226
6#09021F
7#060117
8#04010F
9#020008
Tints
Lighter variations
1#210775
2#2C0A9D
3#380DC6
4#430FEE
5#6236F2
6#815EF5
7#A186F7
8#C0AEFA
9#E0D7FC
Tones
Muted variations
1#180849
2#190C46
3#1B1042
4#1D133E
5#1F173B
6#211A37
7#231E34
8#252230
9#27252C
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 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F8 | BordersInactive statesPlaceholder text |
| 400 | 7C57 #7C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5627 #5627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0D #3C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0B #2F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054D | 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: #E5DDFD;
--navy-200: #CEC1FB;
--navy-300: #A991F8;
--navy-400: #7C57F4;
--navy-500: #5627F1;
--navy-600: #3C0DD3;
--navy-700: #2F0BA8;
--navy-800: #220878;
--navy-900: #16054D;
--navy-950: #0E0330;
}