Navy
#11054D
BlueColor Codes
All color formats for development
HEX
#11054DRGB
rgb(17, 5, 77)HSL
hsl(250, 88%, 16%)OKLCH
oklch(0.211 0.119 276.8)CMYK
cmyk(78%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0445
2#0D043D
3#0C0336
4#0A032E
5#080226
6#07021F
7#050117
8#03010F
9#020008
Tints
Lighter variations
1#1A0775
2#230A9D
3#2B0DC6
4#340FEE
5#5536F2
6#775EF5
7#9986F7
8#BBAEFA
9#DDD7FC
Tones
Muted variations
1#130849
2#160C46
3#181042
4#1A133E
5#1D173B
6#1F1A37
7#221E34
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 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A291 #A291F8 | BordersInactive statesPlaceholder text |
| 400 | 7157 #7157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4927 #4927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E0D #2E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250B #250BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A08 #1A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1105 #11054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E3DDFD;
--navy-200: #CAC1FB;
--navy-300: #A291F8;
--navy-400: #7157F4;
--navy-500: #4927F1;
--navy-600: #2E0DD3;
--navy-700: #250BA8;
--navy-800: #1A0878;
--navy-900: #11054D;
--navy-950: #0B0330;
}