Navy
#10054C
BlueColor Codes
All color formats for development
HEX
#10054CRGB
rgb(16, 5, 76)HSL
hsl(249, 88%, 16%)OKLCH
oklch(0.209 0.118 276.2)CMYK
cmyk(79%, 93%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0445
2#0D043D
3#0B0336
4#09032E
5#080226
6#06021F
7#050117
8#03010F
9#020008
Tints
Lighter variations
1#180775
2#200A9D
3#280DC6
4#310FEE
5#5236F2
6#755EF5
7#9786F7
8#BAAEFA
9#DCD7FC
Tones
Muted variations
1#120849
2#150C46
3#171042
4#1A133E
5#1C173B
6#1F1A37
7#211E34
8#242230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DDFD;
--navy-200: #C9C1FB;
--navy-300: #A091F8;
--navy-400: #6F57F4;
--navy-500: #4627F1;
--navy-600: #2B0DD3;
--navy-700: #220BA8;
--navy-800: #180878;
--navy-900: #10054D;
--navy-950: #0A0330;
}